.lip-oil-gift-sets__box {
  margin-left: 20%;
}

/* 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-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-intro__woman-for-wrapper>img {
    transform: translateY(-27%);
  }
  .lip-oil-gift-sets__box {
    margin-left: 51% !important;
  }
}

@media (max-width: 480px) {
  .lip-oil-gift-sets__box {
    margin-left: -1% !important;
  }
}