.faq-h1 {
  font-size: 2.75rem !important;
  text-align: center;
  font-weight: 800;
  margin-top: 2rem !important;
}

.faq-h2,
.faq-h3 {
  margin: 0rem 0rem 0rem 0rem !important;
}

.faq-h2 {
  font-size: 2rem !important;
  font-weight: 800;
  color: var(--accent);
  text-align: center;
  margin-bottom: 1.5rem !important;
}

.faq-h3 {
  font-weight: 600;
  margin: 2rem 0rem 2rem 0rem !important;
}

@media only screen and (max-width: 500px) {

  .faq-h1 {
    font-size: 1.6rem !important;
  }

  .faq-h2,
  .faq-h3 {
    font-size: 1.3em !important;
  }
}

.faq-p {
  text-align: justify;
}