
.divider {
    width: 300px;
    height: 4px;
    border: 2px;
    background-color: rgb(142, 225, 240);
    margin: 50px auto 25px;
}

#clients {
  /*  background-image: url("banner-bg.png");*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 560px;
    /* background-attachment: fixed;*/
    /* background-color: rgb(186, 190, 190);

    height: 350px;*/
}
#clients img {

    height: 300px;
    width:2500px;
}
