/* ------------------------------------------------------------------------------------------------------------ */
.serums-hero__text {
    max-width: 447px;
}
.serums-routine__name {
    max-width: 242px;
}
*[data-product="shaping-facial-lift"] .serums-hero__ingredient span {
    left: 1%;
}
.serums-hero__bold-text {
    max-width: 333px;
}

/* 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) {
}
/* 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) {
    .serums-header__title {
        font-size: 53px;
    }
}
/* mobile */
@media (max-width: 480px) {
}