html {
  font-size: 62.5%;
}
body, .home-hero, .hero-inner {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html body {
    font-size: 22px;
  }
}

