.image-two .rimage-background {
  background-size: contain;
}

.product-block__image {
  height: 377px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1440px) {
  .product-block__image {
    height: 300px;
  }
}