/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #simple-page {
    padding: var(--sectionPadding);
    min-height: 70vh;
  }
  #simple-page .cs-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  #simple-page .cs-content.centered {
    text-align: center !important;
  }
  #simple-page h2,
  #simple-page h3,
  #simple-page h4,
  #simple-page h5,
  #simple-page h6 {
    padding-top: 2rem;
  }
  #simple-page li {
    list-style-position: inside;
  }
  #simple-page hr {
    margin: 2rem 0;
  }
}

/*# sourceMappingURL=simple-page.css.map */