@charset "UTF-8";
/* CSS Document */
.card{margin-bottom:30px}img.card-img-top{max-height:180px;object-fit:cover;}

/* bootstrap columns error */
@media only screen and (min-width: 1200px) {.col-lg-3, .col-xl-3 { max-width: calc(25% - 30px) !important;} }
@media only screen and (min-width: 768px)  and (max-width: 1024px) { .col-md-6 { max-width: calc(50% - 30px) !important; } }
@media only screen and (min-width: 320px) and (max-width: 736px) { .col-12 { max-width: calc(100% - 30px) !important; } }