/* faq */
.faq-term:not(:first-of-type) {
  border-top: 1px dashed #c6c6c6;
  padding-top: 25px;
}
.faq-term:not(:first-of-type):after {
  top: 30px;
}
@media (min-width: 769px) {
  .faq-term::before,
  .faq-desc::before {
    line-height: 1;
  }

  .faq-term::after,
  .faq-desc::after {
    top: 9px;
  }
  .faq-desc:not(:last-of-type) {
    margin-bottom: 44px;
  }
  .faq-term:not(:first-of-type) {
    padding-top: 32px;
  }
  .faq-term:not(:first-of-type):after {
    top: 40px;
  }
  .faq-term {
    margin-bottom: 30px;
  }
}
