Align Featured Collection Section "Add To Cart" Buttons On Mobile - Empire 9.0.0 Theme

How can I make the “Add to cart” button be aligned? The issue can be seen on the main page of the website when accessed via mobile. On the main page If you scroll down to the collections you can see the uneven buttons, attached is an example. Thank you.

Website: https://propmoney.com/

I tried the following code in theme.liquid but it did not resolve the issue:

<style>
@media (max-width: 767px){
.productitem--info {
    min-height: 165px;
}
}
</style>