Same Card Size on all breakpoints

Hello,

I’m just looking for a bit of help to make my cards the same size no matter the breakpoint and the amount of text in each card. I’ve tried many different strategies but nothing has worked quite the way I want as on specific breakpoints the cards are different sizes.

Also, I need the align to be start and not stretch because each card drops down to reveal more text. I’ll add the read only link below.


Here is my site Read-Only:

https://preview.webflow.com/preview/portfolio-website-97221d?utm_medium=preview_link&utm_source=designer&utm_content=portfolio-website-97221d&preview=d8dee6fd69c2ed4a6ee2adb8987fdb47&workflow=preview

You can add an wrapper div for the card section and use display : flex and align-item : stretch, I think this will help

I tried that but it doesn’t seem to work. Do you have any other ideas by any chance please?