@media screen and (max-width: 767px) {
    .featured-promo__cta-button { display: none; }
}

@media screen and (min-width: 768px) {
    .featured-promo__cta-button { display: none; }
}

.marginBottom { margin-bottom: -40px !important; }
sup { font-size: 75% !important; }

.value-prop .carousel-control svg.icon { display: block !important; }