@charset "UTF-8";

@media (max-width:1199.98px){
.container .row .col-12.col-md-4 {
    padding: 0px;
    margin-bottom: 5px;
}
.row .col-12.col-md-4 .card {
    margin: 10px;
    border-radius: 16px;
    height: 100%;
    background-color: rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.08);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.08);
}
.col-12.col-md-4 .card .card-img-top.img-fluid {
    border-radius: 16px;
    height: 160px;
}
}

@media (max-width:575.98px){
.col-12.col-md-4 .card .card-img-top.img-fluid {
    height: 250px;
}
}
