@media only screen and (max-width: 576px), (max-width: 768px) {
  h1.main {
    font-size: 2em !important;
  }
  h3 {
    font-size: 1.5em;
  }
  h2.white, h2.brochure  {
    font-size: 2em !important;
  }
  .content-padding {
    padding: 2em;
  }
  .footer {
    padding: 0;
  }
}
