section .background::after {
  height: 85%;
}
section h1.hero__title {
  font-size: 2rem;
}
section h4 {
  font-size: 1.25rem !important;
}
section h4:has(+ p) + p {
  margin-top: 0.25rem;
}
section p strong {
  font-weight: 700;
  font-size: 120%;
}
section p:has(+ h4) {
  margin-bottom: 3rem;
}
section p:has(+ ul) {
  margin-bottom: 1rem;
}
section ul li {
  margin-block: 0.5rem;
}
section ul li:first-child {
  margin-top: 0;
}
section ul li:last-child {
  margin-bottom: 0;
}
section .pr__form-wrapper h2.section__title {
  margin: 0 0 2rem;
  font-size: 2.5rem;
}/*# sourceMappingURL=pr__base.css.map */
section input[type="submit"] {
    color: #ffffff !important;