section.contentcol .contentcol-heading {
  font: var(--h5-font);
  font-family: var(--heading-family);
}
section.contentcol .heading-wrapper {
  margin-bottom: 3.75rem;
}
section.contentcol .heading-wrapper h2 {
  font: var(--h2-font);
  font-family: var(--heading-family);
}
@media (max-width: 64rem) {
  section.contentcol .heading-wrapper {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.9375rem) {
  section.contentcol .heading-wrapper {
    margin-bottom: 1.25rem;
  }
}