@media (min-width: 762px) {
    .lipstick-finder-home__wrapper {
        padding: 40px 70px;
    }

    .lipstick-finder-home__title-texture {
        line-height: 1.2em;
    }

    .lipstick-finder-steps__button[data-value="long-lasting colour"] span {
        padding: 0 25px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media (orientation: landscape) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .lipstick-finder-home__wrapper {
        padding: 40px 50px;
    }
}

@media (orientation: portrait) {
    .LF-clarins-finder__item-txt > p:nth-of-type(2) {
        min-height: 90px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    .lipstick-finder-home__wrapper {
        padding: 0 35px;
    }

    .lipstick-finder-logo__title>span:first-child {
        height: 35px;
    }

    .lipstick-finder-logo__title-texture {
        margin-left: 0;
    }

    .lipstick-finder-background .lipstick-finder-background__layer:nth-child(5) {
        left: -40px;
    }

    .lipstick-finder-background .lipstick-finder-background__layer:nth-child(6) {
        left: 60px;
        top: 20px;
    }

    .lipstick-finder-steps__button[data-value="plumped lips"] span {
        padding: 0 25px;
    }

    .LF-clarins-finder__item-txt > p:nth-of-type(2) {
        min-height: 150px;
    }

    #LF-clarins-finder__mask .LF-clarins-finder__item-txt > p:nth-of-type(2) {
        font-size: 12px;
    }
}