.card
{    
    height: 100px;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 0.55rem;
    border-radius: 10px;
}
img{    border: none !important;}
img.img-fluid {
    height: 200px;
    filter: grayscale(100%);
}
img.img-fluid:hover {
    height: 200px;
    filter: grayscale(0%);
}
.owl-prev {
    display: none !important;
}
.owl-next {
    display: none !important;
}