Hi,
That’s because the title of some products break in 2 lines creating that vertical offset.
Add the code below to your custom css.
@media only screen and (max-width: 767px){
ul.products li.product .product-details {
height: 25px;
}
}
Let us know if it worked.
-Rui