@media (max-width: 767px) {
  html,
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .mi-site-header,
  .mi-site-header .mi-header-inner,
  main {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .mi-site-header .mi-header-inner {
    width: 100%;
  }

  .mi-mobile-button {
    flex: 0 0 2.75rem;
    margin-left: auto;
  }

  .mi-hero-section {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-radius: 0 0 34px 34px !important;
  }

  .mi-hero-section > .grid,
  .mi-hero-section .relative.z-10 {
    width: 100%;
    min-width: 0;
    max-width: calc(100vw - 2rem);
    overflow: hidden;
  }

  .mi-hero-section .mi-h1 {
    max-width: calc(100vw - 2rem);
    font-size: clamp(2rem, 8.8vw, 2.22rem) !important;
    line-height: 1.07 !important;
    letter-spacing: 0 !important;
  }

  .mi-hero-section p,
  .mi-hero-section .mi-cta,
  .mi-hero-section a {
    width: 100%;
    max-width: calc(100vw - 2rem);
  }

  .mi-hero-section p {
    overflow-wrap: break-word;
  }

  .mi-hero-section .mi-cta {
    width: 100%;
    white-space: normal !important;
    text-align: center;
  }

  .mi-hero-visual-wrap,
  .mi-hero-card {
    width: 100%;
    max-width: calc(100vw - 2rem);
    overflow: hidden;
  }

  .mi-mobile-sticky-actions {
    width: 100%;
    max-width: 100vw;
  }

  .mi-mobile-sticky-actions .grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .mi-mobile-sticky-actions a {
    min-width: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .92rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
