.banner-img-1{
    background-image: url('../image/carousel/1.jpg');
    height: 100vh;
    background-repeat: no-repeat;
}

.banner-img-2{
    background-image: url('../image/carousel/2.jpg');
    height: 100vh;
    background-repeat: no-repeat;
}

.banner-img-3{
    background-image: url('../image/carousel/3.jpg');
    height: 100vh;
    background-repeat: no-repeat;
}

.client-image{
    width: 160px;
}