/**
 * F.A.Q.
 */
.faq-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .faq-title {
    font-size: 40px;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  .faq-title {
    font-size: 34px;
    line-height: 115%;
  }
}
.faq-items {
  gap: 30px;
}
.faq-items__item {
  transition: all 0.2s ease-in-out;
  position: relative;
}
.faq-items__item-question {
  padding: 0 0 10px 0;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .faq-items__item-question {
    padding: 0 0 5px 0;
  }
}
.faq-items__item-answer {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
}

/*# sourceMappingURL=faq.css.map */
