.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.card img {
    flex-shrink: 0;
}