@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container{
    max-width: 1340px;
  }
}
@media (max-width: 991px) {

  .banks, .highlights, .programmes, .why, .testimonials, .cta {
    padding: 30px 0;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 20px;
  }

  /* hero */
  .hero {
    background: none;
    text-align: center;
    padding: 20px 0 0;
  }
  .hero .logo {
    width: 84px;
    height: auto;
    top: 0;
    margin: 0 0 20px;
  }
  .hero .logo-2 {
    width: auto;
    height: 54px;
    top: 0;
    margin: 0 0 20px;
  }
  .hero h1 {
    font-size: 32px;
    width: 250px;
    margin: 0 auto 20px;
  }
  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 30px;
  }
  .hero .text {
    width: 100%;
  }
  .hero .form-container {
    width: auto;
    top: auto;
    background: var(--primary-color) url('../images/form_bg_mobile.webp') no-repeat center center;
    background-size: cover;
    padding: 30px 12px;
    margin: 0 -12px;
    border-radius: 0;
  }
  .hero .form-container p {
    margin: 0 0 20px;
  }

  /* banks */
  .banks p {
    text-align: center;
    padding: 0;
  }

  /* highlights */
  .highlight-cards .highlight-card {
    padding: 20px;
    border-radius: 18px;
    width: 100%;
    min-height: auto;
    margin: 0 0 16px;
  }

  /* programmes */
  /* .programmes .programme-card {
    margin: 0 0 16px;
  } */
   .programmes .programme-card > img {
    height: 200px;
  }
  .programmes .programme-card > img.bank-logo {
    top: 158px;
  }

  /* testimonials */
  .testimonials h2 {
    margin: 0 0 20px;
  }
  .testimonials .testimonial-card {
    margin: 0 0 16px;
  }
  

  /* cta */
  .cta {
    text-align: center;
    padding: 50px 0;
    background: var(--primary-color);
  }
  .cta h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
  }
  .cta .btn {
    width: 100%;
    margin: 0 0 16px;
  }
}
