
/* Guard against margin-collapsing and non-<p> richtext tags. */
.gs18-Text--body-text-no-padding .rich-text {
  display: flow-root;
}

.gs18-Text--body-text-no-padding .rich-text > :first-child {
  margin-top: 0 !important;
}

.gs18-Text--body-text-no-padding .rich-text > :last-child {
  margin-bottom: 0 !important;
}

.gs18-Text--body-text-no-padding > :first-child {
  margin-top: 0 !important;
}

.gs18-Text--body-text-no-padding > :last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .gs18-Home .gs18-HomeHeroTitle h1,
  .gs18-Home .gs18-HomeHeroTitle h2,
  .gs18-Home .gs18-HomeHeroTitle h3,
  .gs18-Home .gs18-HomeHeroTitle h4,
  .gs18-Home .gs18-HomeHeroTitle p {
    font-size: 1.6rem;
  }

}
