.page-product-block__description h2 {
  color: #ff99ff;
}
.page-product-block__packaging {
  margin-bottom: -60px;
}
.page-product-block__product-img {
  left: 33%;
  top: 26%;
  width: 120%;
}
.page-product-block__packaging-img {
  left: 55%;
  width: 138%;
}

@media (min-width: 768px) {
  .page-product-block__packaging {
    margin-bottom: -15%;
  }
  .page-product-block__packaging-img {
    left: 43%;
    width: 128%;
  }
  .page-product-block__product-img {
    left: 50%;
    top: 45%;
    width: 140%;
  }
}

@media (min-width: 1024px) {
  .page-product-block__packaging {
    margin-bottom: -20%;
  }
  .page-product-block__packaging-img {
    left: 46%;
    width: 140%;
  }
  .page-product-block__product-img {
    left: 66%;
    top: 52%;
    width: 140%;
  }
  .page-product-block__description {
    margin-bottom: 200px;
  }
}

@media (min-width: 1360px) {
  .page-product-block__packaging-img {
    left: 51%;
    width: 130%;
  }
  .page-product-block__product-img {
    left: 64%;
    top: 52%;
    width: 145%;
  }
  .page-product-block__description {
    margin-bottom: 250px;
  }
}

@media (min-width: 1920px) {
  .page-product-block__packaging-img {
    left: 54%;
    width: 131%;
  }
  .page-product-block__product-img {
    left: 60%;
    top: 45%;
    width: 140%;
  }
  .page-product-block__description {
    margin-bottom: 230px;
  }
}
