

.dp-faq__claim {
    text-align: center;
    margin-left: 0;
    padding-top: 10px;
}
.body-fit-hero__ingredient span {
    font-size: 10px;
}

.body-fit-header__subtitle {
    font-size: 11px;
}

*[data-product="exfoliate"] .body-fit-hero__ingredient span {
    top: auto;
    bottom: 0;
    left: 5px;
}

/* Desktop */
@media (min-width: 835px) {
    .body-fit-hero__title{ 
        font-size: 35px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .body-fit-hero__ingredient span {
        font-size: 7px;
    }
}

/* 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) {}

/* 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) {}