@media (max-width: 768px) {
  h1 { font-size: 34px; }
  h2 { font-size: 36px; }
  h3 { font-size: 24px; }
  h4 { font-size: 28px; }
  p   { font-size: 16px; }
  label { font-size: 16px; }

  .btn-custom-1,
  .btn-custom-2 {
    font-size: 18px;
  }

  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

    .info-card {
    text-align: center;
  }

  .hwtapply{
    padding-bottom: 30px;
  }
}
