body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}
.dp-header__main-title {
    font-size: 55px;
}

.dp-header__bold-text {
    font-size: 20px;
}

.dp-product-section__product-title {
    font-size: 36px;
}
.MyContent .QuestionBlock .AnswerBlock .AnswerDetails {
    font-size: 12px;
    line-height: 1.5em;
}


/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    .dp-header__main-title {
    font-size: 50px;
}
.MyContent .QuestionBlock .AnswerBlock .AnswerDetails {
    font-size: 10px !important;
    line-height: 12px !important;
    margin: 0px 10px !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-header__main-title {
    font-size: 50px;
}
    .dp-header__bold-text {
    font-size: 18px;
}
    .dp-product-section__product-title {
    font-size: 34px;
}
.dp-routine__product-name {
    padding: 15px 20% 0px !important;
    font-size: 14px;
}
}

/* 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-header__main-title {
    font-size: 50px;
}
    .dp-header__bold-text {
    font-size: 18px;
}


}