.body-fit-routine__name span {
    min-height: 50px;
}

*[data-product="contouring"] .body-fit-hero__ingredient span {
    width: 55%;
}

*[data-product="firming"] .body-fit-hero__ingredient span {
    width: 55%;
}

*[data-product="exfoliate"] .body-fit-hero__ingredient span {
    width: min-content;
}

.body-fit-push {
    max-width: 1026px;
}

@media (min-width: 761px) {
    .body-fit-push__content {
        padding: 70px 15px;
    }
}

@media (orientation : landscape){
    .body-fit-push__content {
        max-width: 350px;
    }
}

@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;
    }

    .body-fit-push__title {
        font-size: 30px;
    }
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    .body-fit-routine__name {
        min-height: unset;
    }

    *[data-product="contouring"] .body-fit-hero__ingredient span,
    *[data-product="firming"] .body-fit-hero__ingredient span {
        width: 60%;
    }

    *[data-product="exfoliate"] .body-fit-hero__title {
        font-size: 32px;
    }
}