/* Responsive Structural Adjustments */

@media (max-width: 991.98px) {
  :root {
    --h1-size: 42px;
    --h2-size: 36px;
    --section-heading-size: 28px;
  }
  
  .hero-wrapper {
    height: 70vh;
  }
  
  .brand-card {
    padding: 30px 20px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --h1-size: 32px;
    --h2-size: 28px;
    --section-heading-size: 24px;
  }

  .btn-primary-red {
    width: 100%;
    text-align: center;
  }
}