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


.card-img-top {
    height: 200px;
    object-fit: cover;
}

