.banner{
    width: 100%;
    min-height: 55vh;
    color: white !important;
    background-image: linear-gradient(to left, rgba(0,0,0,0.1),rgba(0,0,0,1)), url(../images/products-bg.jpg)  ;
    background-position: center ;
    background-size: cover;
    /* background-size: contain; */
    position: relative;
    background-repeat: no-repeat;
}
.products {
    background-color: #eff1f3;
}
.products .box{
    background-color: white ;
}
