.product-title{
  line-height: 1.5em;
  height: 3em;
}

@media only screen and (max-width: 600px) {
  .product-title{
    height: 6em;
    -webkit-line-clamp: initial !important;
  }
}