.dp-header__main-title {
    font-size: 50px;
}
.dp-header__text {
    max-width: 725px;
}
.dp-product-section__content-text {
    max-width: 100%;
}
.ResultBlockSlider .result-firstCol:before {
    content: "MAKEUP ENTFERNEN" !important;
}
.ResultBlockSlider .result-secondCol:before {
    content: "REINIGEN" !important;
}
.ResultBlockSlider .result-thirdCol:before {
    content: "TONISIEREN" !important;
}
/* tablet portrait */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .dp-routine__product-name {
        padding: 15px 29% 0px !important;
    }
}
/* tablet landscape */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .dp-routine__product-name {
        padding: 15px 4% 0px !important;
    }
}
/* mobile */
@media (max-width: 480px) {
    .dp-header__main-title {
        font-size: 35px;
    }
    .dp-header__text {
        width: 88%;
    }
    .ResultBlock .dp-routine__product-name {
        padding: 20px 37% 0px !important;
        font-size: 16px !important;
    }
    .ResultBlockSlider .dp-routine__item:after {
        left: -10% !important;
    }
    .dp-beauty-faq__question-title {
        font-size: 12px !important;
    }
    .MyContent .QuestionBlock .AnswerBlock .AnswerDetails {
        font-size: 9px !important;
    }
    .ResultBlock .dp-routine__product-name {
        width: 26% !important;
    }
}