.itsgrad{
  -webkit-mask-image: linear-gradient(to bottom, 
    rgba(0,0,0,1) 70%, 
    rgba(0,0,0,0)
  );
  mask-image: linear-gradient(to bottom, 
    rgba(0,0,0,1) 70%, 
    rgba(0,0,0,0)
  );
}
.itsgradd {
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,1) 20%,
    rgba(0,0,0,1) 80%,
    rgba(0,0,0,0) 100%
  );

  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,1) 20%,
    rgba(0,0,0,1) 80%,
    rgba(0,0,0,0) 100%
  );
}
@media(min-width:900px){
  .width1 .container {
    width: 60%;
}
section#best-offers-4-slider .swiper-wrapper{
    place-content: center;
}
}