@charset "UTF-8";
/* 
  &:before {
    content: '\e900';
    @include icons-pseudo;
  }
*/
/* 
    @include hover-supported() {
        background-color: white;
    }
*/
/* Examples: 
    @include user-select(none);
    @include user-select(all);
*/
.section-faq i {
  font-size: 1.4rem;
}
.section-faq__pricing-list {
  padding: 3.2rem 0;
}
.section-faq__pricing-list:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section-faq__pricing-list {
    padding: 5rem 0;
  }
}
@media (min-width: 992px) {
  .section-faq__pricing-list {
    padding: 7rem 0;
  }
}
.section-faq .faq-header {
  cursor: pointer;
}
.section-faq .faq-item.show i::before {
  content: "";
}
.section-faq .faq-content {
  display: none;
}
.section-faq .faq-content .post-content ul {
  margin-top: 1.2rem;
}
