/* Scoped mobile typography: override the legacy 16px div line height. */
@media (max-width: 767px) {
  .indexBg .introModule .szl-intro-copy {
    box-sizing: border-box;
    width: 100%;
    padding: 0 22px;
    margin: 0 auto 32px;
    line-height: 1.65 !important;
  }
  .indexBg .introModule .szl-intro-copy h1 {
    font-size: clamp(25px, 6.8vw, 30px) !important;
    line-height: 1.28 !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    white-space: normal;
    height: auto;
    margin: 0 0 18px;
  }
  .indexBg .introModule .szl-intro-copy p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0;
  }
  .indexBg .introModule > .indexTitCss {
    padding: 0 22px;
    font-size: 22px !important;
    line-height: 1.35 !important;
    margin-bottom: 28px !important;
    box-sizing: border-box;
  }
}
