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

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

.navbar-section,
.landing-hero-banner-background,
.landing-hero-section,
.landing-hero-section-copy,
.home-one-partners-section,
.landing-showcase-wrapper,
.footer-two {
  max-width: 100vw;
  overflow-x: hidden;
}

.landing-hero-section {
  display: block !important;
}

.landing-hero-section-copy {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .landing-navbar-button {
    display: none !important;
  }

  .landing-hero-section,
  .landing-hero-section-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .landing-hero-main-wrapper,
  .landing-heading-max-width {
    width: 100% !important;
    max-width: 100%;
    overflow: visible;
  }

  .heading {
    display: block;
    width: 100% !important;
    max-width: 100%;
    font-family: Urbanist, sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    text-align: center;
    white-space: normal !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  .heading .text-span,
  .heading .bold-text-2 {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .heading-9 {
    max-width: 100%;
    font-size: 22px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-align: center;
    white-space: normal !important;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 26px !important;
  }

  .heading-9 {
    font-size: 19px !important;
  }

  .button-2 {
    white-space: normal;
  }
}
