.product-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 15px;
    line-height: 19px;
    height: 58px;
    white-space: normal;
}