.faq-section {
  padding: 70px 0 90px;
  background: #f8f8f8;
}

.faq-section .size-limiter {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.faq-section .section-t-bar {
  text-align: center;
  color: #9b6532;
  margin: 0 0 50px;
}

.faq-section .section-t-bar h3 {
  font-size: 1.875rem;
  font-weight: 100;
  letter-spacing: 1em;
  text-indent: 1em;
  margin: 0 0 2rem;
}

.faq-section .section-t-bar h6 {
  font-size: 1rem;
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
}

.faq-accordion {
  margin-top: 0;
}

.faq-item {
  border: 1px solid #ceb093;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.faq-item + .faq-item {
  margin-top: 14px;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 52px 18px 20px;
  color: #9b6532;
  font-size: 1rem;
  letter-spacing: .08em;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  line-height: 1;
  color: #9b6532;
}

.faq-item[open] summary::after {
  content: '-';
}

.faq-answer {
  border-top: 1px solid #f0e4d9;
  padding: 16px 20px 22px;
  color: #707070;
  line-height: 1.8;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .faq-section {
    padding: 55px 0 70px;
  }

  .faq-section .size-limiter {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-item summary {
    font-size: .95rem;
    padding: 16px 44px 16px 16px;
  }

  .faq-answer {
    padding: 14px 16px 18px;
  }
}
