.card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-body {
    min-height: 250px;
}

.container {
    max-width: 90%;
}