.faq-content {
  display: none;
}
.faq-content .faq-question {
  width: 100%;
  padding: 1rem 0rem;
}
@media (max-width: 768.98px) {
  .faq-content .faq-question {
    margin-top: 1.25rem;
    padding: 1rem 0rem;
    font-size: 0.8125rem;
  }
}
.faq-content .faq-question .faq-question-title {
  margin: 0;
  font-family: "Avenir-Roman";
  font-size: 0.875rem;
  text-align: left;
  color: #000;
  font-weight: 700;
}
@media (max-width: 768.98px) {
  .faq-content .faq-question .faq-question-title {
    font-size: 0.8125rem;
  }
}
.faq-content .faq-answer {
  margin-top: 1.25rem;
  border-bottom: 0.7px solid #bfbfbf;
}
@media (max-width: 768.98px) {
  .faq-content .faq-answer {
    margin-top: 0.9375rem;
  }
}