.product__item__pic {
    height: 215px;
    position: relative;
    overflow: hidden;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media only screen and (max-width: 992px) {
    .product__item__pic {
        height: 150px;
      
    }
    .product__item__text{
        height: 7rem;
    }
  }