.dp-beauty-faq__question-title {
    text-transform: uppercase;
}

.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;
    }
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    .dp-beauty-faq__question-title {
        font-size: 13px;
    }
}