@media (max-width: 767px) {
  .navbar a {
    max-width: 100%;
  }

  .feature-card h4 {
    height: auto;
  }

  .vision-bg {
    min-height: 70vh;
  }

  .faq-question h5 {
    font-size: 16px;
  }

  .footer-cta {
    flex-direction: column;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    margin-top: 30px;
  }

  .footer-center {
    margin: 30px 0;
  }

  .footer-brand {
    align-items: center;
    text-align: center;
  }
}

/* 
IPHONE 12 PRO PORT,
IPHONE 14 PROMAX PORT 
*/
@media (max-width: 575px) {
  .feature-card h3 {
    margin-top: 60%;
    margin-bottom: 12px;
  }

  .feature-card h4 {
    font-weight: normal;
    height: 40x;
    margin-bottom: 30px;
  }
}
