.hc-faq {
  --large-size: 28px;
}
@media (max-width: 768px) {
  .hc-faq {
    --large-size: 23px;
  }
}
.hc-faq .faq-content {
  max-width: 800px;
  margin: 0 auto;
  color: #2F3A1C;
}
.hc-faq h2 {
  font-size: var(--large-size);
  line-height: 1.2em;
  color: inherit;
  margin-bottom: 0.75em;
  text-wrap: balance;
}
.hc-faq a {
  color: inherit;
  text-decoration-thickness: 0.5px;
}
.hc-faq hr {
  border-top: solid 1px #5B9726;
  margin: 3em 0;
}
.hc-faq .faq-intro {
  font-family: 'Outfit', sans-serif;
  font-size: var(--large-size);
  line-height: 1.2em;
  letter-spacing: 0.5px;
}
.hc-faq p {
  padding-bottom: 0;
  margin-bottom: 1em;
}
.faq-bottom p > a {
  color: inherit;
}
@media (max-width: 768px) {
  .simplefocus-top-banner h1.f-h1 {
    font-size: 28px !important;
  }
}
/*# sourceMappingURL=faq.css.map */