.dp-product__ingredient[data-ingredient="shea-butter"] .dp-product__ingredient-name {
    top: 35% !important;
    left: 5% !important;
}
.dp-product__text {
    max-width: 84% !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) {
}
/* 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 {
        width: 75%;
    }
}
/* mobile */
@media (max-width: 480px) {
}