#Products__desc {
  padding-bottom: 52px;
}
#Products__desc .img__wrapper {
  top: 44px;
  left: calc(50% - 24px);
}
#Products__desc .img__wrapper img {
  width: 400px;
}
@media all and (max-width: 767px) {
  #Products__desc .img__wrapper img {
    width: 100%;
  }
}
#Products__desc .category__box__icon.-icon_01_1 {
  top: 90px;
  left: calc(50% + 105px);
}
#Products__desc .category__box__wrapper {
  height: 470px;
}
#Products__desc .category__box__text {
  top: 230px;
}
#Products__desc .category__text__bg {
  top: 231px;
}

.search__list {
  width: 546px;
}

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