#Products__desc {
  padding-bottom: 49px;
}
#Products__desc .img__wrapper {
  top: 88px;
  left: calc(50% - 20px);
}
#Products__desc .img__wrapper img {
  width: 379px;
}
@media all and (max-width: 767px) {
  #Products__desc .img__wrapper img {
    width: 100%;
  }
}
#Products__desc .category__box.-right {
  width: 412px;
  height: 310px;
  padding-right: 10px;
}
#Products__desc .category__box.-right li:first-child {
  margin-bottom: 240px;
}
#Products__desc .category__box__wrapper {
  height: 534px;
}
#Products__desc .category__box__text {
  top: 293px;
}
#Products__desc .category__text__bg {
  top: 294px;
  height: 400px;
}

@media all and (max-width: 767px) {
  #Products__desc .img__wrapper {
    top: 20.8vw;
  }
}