@media (min-width: 762px) {
    .lipstick-finder-home__wrapper {
        padding: 40px 50px;
    }

    .lipstick-finder-logo__title-texture {
        margin-left: 0;
    }

    
}

@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) {
    
}

@media (orientation: portrait) {
    .LF-clarins-finder__item-txt > p:first-of-type {
        min-height: 40px;
    }

    .LF-clarins-finder__item-txt > p:nth-of-type(2) {
        min-height: 100px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .LF-FAQ__description + p {
        width: 95%;
    }
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    #LF-clarins-finder__eye .LF-clarins-finder__item-txt > p:nth-of-type(2) {
        font-size: 12.5px;
    }

    .lipstick-finder-background .lipstick-finder-background__layer:nth-child(5) {
        left: -50px;
    }

    .lipstick-finder-background .lipstick-finder-background__layer:nth-child(6) {
        left: 60px;
        top: 30px;
    }

    .LF-clarins-finder__item-txt > p:nth-of-type(2) {
        min-height: 135px;
    }
}