.card-img-top{
    background-color: #F8FAFC; 
    padding: 1.5rem; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    max-height: 400px;
}
.card-img-top img {
    max-width: 100%; 
    height: 375px; 
    border-radius: 0.5rem; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}