#home .owl-carousel .owl-item{
    height: 550px;
}

@media(max-width: 768px){
    #home .owl-carousel .owl-item {
        height: 350px;
    }
}

@media (max-width: 415px){
    #home .owl-carousel .owl-item {
        height: 200px;
    }
}