.eye-care-legal {
    max-width: 1048px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 40px;
}

.eye-care-legal__text {
    color: #787474;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 11px;
    line-height: 1.4em;
    margin-top: 0;
}

*[data-product="ds-eye"] .eye-care-hero__ingredient span {
    text-align: right;
    width: 51%;
    left: 39%;
    top: 4%;
}

*[data-product="v-shaping-lift-eye"] .eye-care-hero__ingredient span {
    top: 82%;
    left: 61%;
}

.eye-care-step__num {
    right: -30px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .eye-care-header {
        min-height: 565px !important;
    }
}

@media (orientation: portrait) {
    .eye-care-step__num {
        right: -10px;
        font-size: 250px;
    }

    .eye-care-legal {
        width: 90%;
    }
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    .dp-beauty-faq__question-title {
        font-size: 13px;
    }
}