.body-fit-routine__name span {
    min-height: 50px;
}

.body-fit-routine__reviews {
    min-height: 20px;
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    #CONTOURING, #FIRMING, #STRETCH-MARKS, #MOISTURIZE, #EXFOLIATE {
        scroll-margin-top: 50px;
    }
}

@media (orientation: portrait) {
    .body-fit-routine__price,
    .body-fit-routine__reviews {
        min-height: 20px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    #CONTOURING, #FIRMING, #STRETCH-MARKS, #MOISTURIZE, #EXFOLIATE {
        scroll-margin-top: 30px;
    }

    .body-fit-routine .slick-dots {
        display: none;
    }
}

@media (max-width: 761px) {

}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    .body-fit-routine__name {
        min-height: unset;
    }
}