﻿
.card-img-top {
   /* object-fit: cover;*/
    height: 225px; /* Set a consistent height */
    width: 100%; /* Ensure the image fills the card width */
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: white;
    border-top: none;
    align-items: center;
}
