.product-guarantee-label__image {
  display: block;
  width: 50%;
  max-width: 350px;
  height: auto;
}

@media screen and (max-width: 749px) {
  .product-guarantee-label__image {
    width: 60%;
    max-width: 300px;
  }
}
