.banner-section,.banner-section .carousel .carousel-inner .carousel-item{
    width: 100%;
    height: 65vh;
    overflow: hidden;
}
.banner-section .carousel .carousel-inner .carousel-item img{
    height: 100%;
    object-fit: cover;
}