#Products__desc {
  padding-bottom: 56px;
}
#Products__desc .img__wrapper {
  top: 70px;
  left: calc(50% - 40px);
}
#Products__desc .img__wrapper img {
  width: 420px;
}
@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: 473px;
}
#Products__desc .category__box__text {
  top: 237px;
}
#Products__desc .category__text__bg {
  top: 238px;
  height: 380px;
}

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