body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}
    .h-show-for-large{
        display: none;
    }

/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    .h-show-for-large{
        display: block !important;
    }
    .service-tile__title {
    min-height: 90px;
}
.service-tile__description {
    min-height: 110px !important;
}
    .service-tile__body {
    height: 270px !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) {
    .h-show-for-large{
        display: block !important;
    }
    .service-tile__body {
    height: 270px !important;
}
.service-tile__title {
    min-height: 80px !important;
}
.service-tile__description {
    min-height: 110px !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) {
    .h-show-for-large{
        display: block !important;
    }
    .lip-oil-innovation__title {
    font-size: 26px !important;
    line-height: 36px !important;
}
}