@media (min-width: 1024px) {.bkpageblue    { background-color: #083578 !important; }
    .highlight-text { color: #0369a1; }
    .ohs-card       { border: none; border-radius: .5rem; padding: .25rem; transition: box-shadow .2s; }
    .ohs-card:hover { box-shadow: 0 4px 18px rgba(0,0,0,.12); }

    .section-label {
      font-size: .85rem; font-weight: 700; letter-spacing: .15em;
      text-transform: uppercase; color: #083578; margin-bottom: .4rem;
    }
}