section.content h3,
section.content h2 {
  margin-top: 10px !important;
}
section.content h3 + p,
section.content h2 + p {
  margin-top: -15px !important;
}
@media screen and (max-width: 61.9375em) {
  section.content .wrapper > * {
    padding-left: 0;
    padding-right: 0;
  }
}
section.content .wrapper a {
  color: inherit;
  background-color: var(--yellow-light-light);
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
}
section.content .wrapper a:hover {
  background-color: var(--yellow);
  text-decoration: underline;
}
section.content .wrapper ul {
  padding-left: 25px;
}
section.content .wrapper ul ul {
  padding-left: 25px;
}
section.content .wrapper .imgWrap {
  width: 110%;
  margin-left: -5%;
  margin-block: 1.25rem;
  max-width: none;
}
section.content .wrapper .imgWrap img {
  width: 100%;
  height: auto;
}