
    .card-img-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    
    .card-img-top {
        max-height: 200px;
        object-fit: cover; 
    }