/**
 * Standard space above header (match Features page).
 * Applies regardless of hero class: first content section/main after nav or header, or first section in body, or .page-top-spacing.
 */
nav + section,
nav + main,
header + section,
body > section:first-of-type,
.page-top-spacing {
  padding-top: 140px !important;
}

@media (max-width: 768px) {
  nav + section,
  nav + main,
  header + section,
  body > section:first-of-type,
  .page-top-spacing {
    padding-top: 140px !important;
  }
}
