faq.scss 622 Bytes
@import '@/styles/_support.scss';

.container {
  // margin-top: -48px;

  .title {
    text-align: center;
    font-size: $articleTitleLarge;
    font-weight: bold;
  }

  .title:lang(zh) {
    letter-spacing: 3.65px;
  }

  .desc {
    margin-top: 28px;
    font-size: 22px;

    &-item {
      @extend .bb;
      padding: 40px 0 42px;
      border-bottom: solid 2px #eaebeb;

      .question {
        font-weight: bold;
      }

      .answer {
        margin-top: 12px;
      }
    }

    &-item:lang(zh) {
      letter-spacing: 2.2px;
    }
  }
}


@media (max-width: 1200px) {
  .container {
    width: 92vw;
  }
}