How can I align my add to cart buttons and prices?

Hello, my add to cart buttons are not all aligned. Can anyone help me please with how to align them, and if possible aligning the price, description too?

Thank you!

www.geolenn.com

@Gabi6 - please add this css to the very end of your base.min.css file and check , should look like screenshot below

h3.t4s-product-title {
    min-height: 70px;
    display: flex !important;
    align-items: center;
}

Thank you! It worked :slightly_smiling_face:

@Gabi6 - welcome.