#faq {
  font-size: 1rem;
  margin: 3em auto;
}
@media (max-width:767px) {
  #faq {
    margin: 2em auto;
  }
}