

section {
  margin-bottom: 40px;
  padding: 5vw 10vw;
}
h2{
    margin-bottom: 50px;
}
/*************/
.faq-content{
  margin-bottom: 10vw;
}
.faq h3{
    margin-bottom: 40px;
}
.faq-item {
  margin-bottom: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.faq-question {
  font-weight: bold;
  margin-bottom: 2rem;
  border-bottom: solid #9d7e61 2px;
  background-color: #E4E3E0;
  padding: .8rem;
}

.faq-answer {
  line-height: 1.6;
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.faq-answer span{
    color: #9d7e61;
}
.faq-answer a{
  font-weight: bold;
    color: #9d7e61;
    border-bottom: solid 1px #9d7e61;
}
@media (max-width: 65rem) {
    
section {
  padding: 10vw 5vw 0;
}
}