@media (max-width: 560px) {
      .outline-section{
        margin-top: 70px;
      }

      .before-faq2-content .before-faq2-inner {
        gap: 0;
      }
    }
    .outline-section h2
    {
      position: relative;
      margin: 0 0 34px;
      color: #12304a;
      font-size: 23px;
      text-align: center;
    }
    .outline-section h2::after
    {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -12px;
      width: 38px;
      height: 3px;
      border-radius: 999px;
      background: #2fad63;
      transform: translateX(-50%);
    }
    .before-faq2-content .faq-question {
      padding: 16px 52px 16px 18px;
      position: relative;
    }
    .before-faq2-content .faq-question::after {
      position: absolute;
      right: 18px;
      top: 50%;
      transform: translateY(-50%);
    }
    .before-faq2-content .faq-question {
      position: relative;
      padding: 16px 52px 16px 18px;
    }

    .before-faq2-content .faq-question::after {
      position: absolute;
      right: 18px;
      top: 50%;
      margin-left: 0;
      line-height: 1;
      transform: translateY(-50%);
    }

    .before-faq2-content .faq-question[aria-expanded="true"]::after {
      content: "-";
      transform: translateY(-50%);
    }
@media screen and (min-width: 1025px) {
  .before-faq2-content .public-help-layout {
    width: 100%;
    max-width: 920px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}
.before-faq2-content .faq-page-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: -8px 0 0;
    color: #405466;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}

.outline-section h2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    width: 100%;
    margin: 0 0 34px;
    color: #12304a;
    font-size: 23px;
    text-align: center;
}

.outline-section h2 img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(56%) sepia(34%) saturate(701%) hue-rotate(88deg) brightness(91%) contrast(91%);
}

.before-faq2-content .faq-page-lead {
    width: calc(100% - 32px);
    margin: -8px auto 0;
    color: #405466;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}

@media (max-width: 560px) {
    .before-faq2-content .faq-page-lead {
        margin: 0 auto;
        font-size: 14px;
    }
}
