 /* Define the max-height-img class */
 .max-height-img {
    max-height: 50vh; /* Adjust the value based on your preference */
}
.object-fit-img {
    object-fit: contain; /* Maintain aspect ratio while covering the container */
}
.custom-bg {
    background-color: #f5f5f5; /* Your desired off-white color */
}