.owl-carousel{margin:0 0}
.owl-carousel .item{height:27.5rem;width:21rem;background:#9f8e86;padding:0.3rem;border-radius: 15px;box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);}
.owl-carousel .item h4{color:#FFF;font-weight:400;margin-top:0rem}
.owl-carousel .item-video{height:300px}
@media screen and (max-width: 600px) {
.owl-carousel .item{width:23rem;height:auto;}
}