/* mobile */
@media (max-width: 480px) {
.service-tile__body {
    margin-bottom: 16px;
}
.tns-item .product-tile, .tns-item .service-tile {
    border-left: block !important;
}
.lip-oil-gift-sets__box {
    margin-left: -1% !important;
}
.lip-oil-big-title strong {
    font-size: 33px;
}
.service-tile__description {
    font-size: 12px;
}
}

/* 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) {
    .lip-oil-innovation__keyvalue {
        font-size: 69px;
    }
    .lip-oil-gift-sets__box {
        margin-left: 36% !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) {
.lip-oil-gift-sets__box {
    margin-left: 51% !important;
}
.lip-oil-big-title strong {
    font-size: 65px !important;
}
.service-tile__description {
    font-size: 11px !important;
}
}

.lip-oil-gift-sets__box {
    margin-left: 20%;
}




