.fixed-height-card {
    height: 300px; /* Fixed height */
    display: flex;
    flex-direction: column;
}