.p-faq {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 0 0 17.33vw;
  }
}
.p-faq__title {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    margin-top: 0;
  }
}
.p-faq__items {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__items {
    margin-top: 10.67vw;
  }
}
.p-faq__item + * {
  margin-top: 1.25rem;
  padding-top: 0.9375rem;
}
.p-faq__accordion-header {
  cursor: inherit;
}
.p-faq__accordion-header::before, .p-faq__accordion-header::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion-header .p-faq__text {
    padding-right: 0;
  }
}
.p-faq .p-faq__accordion-content {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion-content .p-faq__text {
    padding-right: 0;
  }
}/*# sourceMappingURL=styles.css.map */