/* Target the specific header container shown in the DevTools snippet */
header.bg-near-white + div.tc-l.pv3.ph3.ph4-ns,
header div.tc-l.pv3.ph3.ph4-ns,
.bg-dark-blue div.tc-l.pv3.ph3.ph4-ns {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

/* Shrink the overall spacing of the top section */
header + div.pb3-m.pb6-l.bg-dark-blue {
    padding-bottom: 2rem !important;
}