#Products__desc .img__wrapper {
  top: 70px;
  left: calc(50% - 23px);
}
#Products__desc .img__wrapper img {
  width: 534px;
}
@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: 260px;
  left: calc(50% - 75px);
}
#Products__desc .category__box__wrapper {
  height: 436px;
}
#Products__desc .category__box__text {
  top: 297px;
}
#Products__desc .category__text__bg {
  top: 287px;
}

.table__block {
  padding-top: 160px;
}

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