How Can I Add A Border Around Products On Collection Grid and have them align?

Hello

I am trying to add a solid black border around my products but I also need them to be aligned with description.

Here is what I am trying to accomplish.

Here is what my site looks like

If anyone could help I would totally appreciate it!

Yes I can help you show me your store

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

www.ruufe.com

you want it like this border and description aligned ?

Correct but I also want the add to cart button to be alined as well. Just like the first pic I showed in the begining.

now?

Here is the CSS if this is helpful like and accept the solution thanks

.js-product-details-link {
 min-height:65px !important;
}
.ci{
 min-height: 250px !important;
}
.featured__collection-product{
 border:1px solid !important;
}

Note: Your product description must be less than 150 characters.

Thanks for your support. I appreciate it