@media (min-width: 600px) and (max-width: 1024px) {
  section.hero-section {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
main.main-wrapper.main {
    width: 100vw !important;
    min-width: 100vw !important;
    overflow-x: hidden !important;
}
}