.image-8{
    height: -webkit-fill-available;
}
.h-42{
    height: 42vh;
}
.h-80{
    height: 80.5vh;
}
.w-image-our-brand{
    width: 100%;
}

@media screen and (max-height: 699px){
    .carousel-control-next, .carousel-control-prev{
        width: 5% !important;
    }
}
@media screen and (max-width: 767px){
    .our-brand-gallery{
        margin-top: 1rem !important;
    }
    .w-image-our-brand{
        width: 42vw;
    }
 
}
@media screen and (max-width: 767px) and (max-height: 550px){
  
    .h39{
        height: 56vh;
    }
}