
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}

html, body {
    overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  h1,
  .hero h1,
  .header h1,
  .banner h1 {
    font-size: 36px !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    max-width: 100% !important;
  }

  .hero,
  .header,
  .banner {
    overflow: hidden !important;
  }
}