:is(.image-promo-hero, .b2c-hero-video, .flash-promo-hero, .hero-image-video-with-text-card) + section {
    padding-top: 124px;
}

/* AZIT-3863  Reduce padding for laptop sizes */
@media (min-width: 1200px) {
    :is(.image-promo-hero, .b2c-hero-video, .flash-promo-hero, .hero-image-video-with-text-card) + section {
        padding-top: 84px;
    }
}

:is(.image-promo-hero, .b2c-hero-video, .flash-promo-hero, .hero-image-video-with-text-card) + :is(.half-and-half-photo-and-text) {
    padding-top: 0;
}

/* -sm breakpoint */
@media (min-width: 576px) {
 
}

/* -md breakpoint */
@media (min-width: 768px) {

}

/* -lg breakpoint*/
@media (min-width: 992px) {

}


/* -xxl breakpoint */
@media (min-width: 1400px) {

}