.faq-container {
  margin-top: 4rem;
}
@media screen and (max-width: 999px) {
  .faq-container {
    margin-top: 2rem;
  }
}
