/* Home: place the reassurance product cards at the lower edge of each slide. */
#new-reassurance-carousel .content-top {
    top: auto !important;
    bottom: 6rem !important;
}

@media (min-width: 768px) {
    #new-reassurance-carousel .content-top {
        bottom: 7rem !important;
    }
}

@media (min-width: 1024px) {
    #new-reassurance-carousel a.lg\:w-\[140px\] {
        width: 140px !important;
        background: #ffffffe8 !important;
    }
}
