/* unified responsive styles start */
/* Global responsive rules only. Module-specific adaptivity lives in each module file. */
@media (max-width: 1024px) {
  body main#content.site-main,
  body .site-main {
    padding-inline: 20px;
  }
}

@media (max-width: 767px) {
  body main#content.site-main,
  body .site-main {
    padding-inline: 15px;
  }

  .wt-h1 {
    font-size: 34px;
  }

  .wt-h2 {
    font-size: 24px;
  }

  .wt-h3 {
    font-size: 18px;
  }
}
/* unified responsive styles end */
