/* Perks band base styles live in main.css (shared with the About page).
   Homepage-only: overlap the bottom of the hero by 48px on desktop. */
.home-page .perks-band {
    margin-top: -48px;
}

@media (max-width: 767px) {
    .home-page .perks-band {
        margin-top: 0;
    }
}
