Hello,
You have images of different height, you need to crop them. https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/
Then you need limit the title as described in the instruction, if you do not cut the product title, add this code to the Theme settings > Custom CSS > Global:
.product-grid-item .product-title{
min-height:90px;
}
You need to add the price to each product othervice it would not possible to align the button on the same level.
Best Regards