.textpage {
  background-color: var(--color-grey-bg);
  margin-bottom: 4.5rem;
}
@media (width <= 63.99875rem) {
  .textpage {
    margin-bottom: 3.5rem;
  }
}
.textpage__container {
  padding-top: 1.25rem;
}
@media (width <= 63.99875rem) {
  .textpage__container {
    padding-top: 0;
  }
}
.textpage__inner {
  max-width: 90rem;
  margin: 0 auto;
}
.textpage h2 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 2rem;
  text-transform: uppercase;
  margin: 0;
}
.textpage h3 {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.75rem;
  text-transform: uppercase;
  margin: 0;
}
.textpage h4 {
  font-size: 1rem;
  font-weight: 709;
  line-height: 1.75rem;
  text-transform: uppercase;
  margin: 0;
}
.textpage ul {
  margin: 0;
}
.textpage p {
  margin: 0;
}/*# sourceMappingURL=textpage.css.map */