.card {
    min-height: 380px;
}

@media screen and (min-width: 768px) {
    .card {
        min-height: 409px;
    }
}