@media screen and (max-width: 767px){ 
    .card{ 
        padding-top: 15px !important;

    } 

    .card img{
        width: 150px !important;
    }
}

@media screen and (max-width: 575px){ 
    .card{ 
        width: 90% !important;
    } 
}