.card:hover {
    transform: translateY(-5px);
    transition: 0.3s;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.img-min-height {
    min-height: 320px;
    max-height: 450px;
    object-fit: cover;
}

.img-caption {
    max-width: 390px;
    width: 100%;
}
