#Products__desc {
  padding-bottom: 60px;
}
#Products__desc .img__wrapper {
  top: 82px;
  left: 50%;
  z-index: 0;
}
#Products__desc .img__wrapper img {
  width: 456px;
}
@media all and (max-width: 767px) {
  #Products__desc .img__wrapper img {
    width: 100%;
  }
}
#Products__desc .category__box.-right {
  width: 412px;
  height: 310px;
}
#Products__desc .category__box.-right li:first-child {
  margin-bottom: 240px;
}
#Products__desc .category__box__wrapper {
  height: 538px;
}
#Products__desc .category__box__text {
  top: 396px;
}
#Products__desc .category__text__bg {
  top: 397px;
}

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