.faq-page-section {
  padding-top: 0;
  padding-bottom: 3rem; }
  .faq-page-section .section-title {
    line-height: 1.1;
    margin-top: -4px;
    font-size: 28px;
    font-weight: normal;
    color: #ff836e;
    margin-bottom: 20px; }
  .faq-page-section .c-toggle-trigger {
    cursor: pointer;
    font-size: 21px;
    font-weight: bold;
    color: #1c6fe5;
    margin-bottom: 30px;
    position: relative; }
    .faq-page-section .c-toggle-trigger::before {
      background: url(/themes/cukibo-v2/assets/images/page-book/spritesallc.svg) no-repeat -913px -283px;
      left: -28px;
      position: absolute;
      content: '';
      display: block;
      width: 23px;
      height: 23px;
      top: 50%;
      transform: translateY(-50%); }
  .faq-page-section ul, .faq-page-section ol, .faq-page-section li {
    list-style: initial; }

@media (max-width: 767px) {
  .faq-page-section .c-toggle-trigger::before {
    background: none;
    display: none; } }
