Hey there,
Please add the code below in your page’s Cornerstone Custom CSS
.x-card-outer.flip-3d .x-card-inner {
min-height: 560px;
}
For your setup, 560px is the shortest height that will make the cards maintain the same height in all screen sizes. If you want different heights in different screen sizes, you will need to make several media query break points and insert that code to each of your media query.
Thanks.