/* Body Typo */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
.cms-section {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .cms-section {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .cms-section {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1440px) {
  .cms-section {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .cms-section {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .cms-section {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1440px) {
  .cms-section {
    margin-bottom: 120px;
  }
}/*# sourceMappingURL=cms_page.css.map */