@media (max-width: 576px) {
  h1 { font-size: 28px; }
  h2 { font-size: 30px; }
  h3 { font-size: 22px; }
  h4 { font-size: 24px; }
  p   { font-size: 15px; }
  label { font-size: 15px; }

  .btn-custom-1,
  .btn-custom-2 {
    font-size: 16px;
  }

  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

}
