#Products__desc {
  padding-bottom: 45px;
}
#Products__desc .img__wrapper {
  top: 90px;
  left: calc(50% - 40px);
}
#Products__desc .img__wrapper img {
  width: 360px;
}
@media all and (max-width: 767px) {
  #Products__desc .img__wrapper img {
    width: 100%;
  }
}
#Products__desc .category__box__wrapper {
  height: 450px;
}
#Products__desc .category__box__text {
  top: 255px;
}
#Products__desc .category__text__bg {
  top: 256px;
  height: 390px;
}

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