html, body {
  overflow-x: hidden;
  max-width: 100%;
}

@media (max-width: 768px) {

  .hero-inner {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    padding: 0 1.5rem !important;
    width: 100% !important;
    gap: 2rem !important;
  }

  .hero-inner > div:first-child {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  .hero-badge,
  .hero-sub,
  .hero-intro {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
  }

  .hero-btns {
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    gap: 0.75rem !important;
  }

  .btn-p, .btn-o {
    width: 100% !important;
    max-width: 280px !important;
    text-align: center !important;
    justify-content: center !important;
  }

  .hero-cards {
    width: 100% !important;
  }

  section {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
