#Products__desc .img__wrapper {
  top: 72px;
  left: calc(50% - 50px);
}
#Products__desc .img__wrapper img {
  width: 414px;
}
@media all and (max-width: 767px) {
  #Products__desc .img__wrapper img {
    width: 100%;
  }
}
#Products__desc .category__box__icon.-icon_01_1 {
  top: 260px;
  left: calc(50% - 75px);
}
#Products__desc .category__box__icon.-icon_02_1 {
  top: 140px;
  left: calc(50% + 25px);
}
#Products__desc .category__box__icon.-icon_02_2 {
  top: 260px;
  left: calc(50% - 115px);
}
#Products__desc .category__box__wrapper {
  height: 437px;
}
#Products__desc .category__box__text {
  top: 157px;
}
#Products__desc .category__text__bg {
  top: 158px;
}

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