#bContentWrap { margin-top:10%; } #contract { background: url(../res/img/Contract.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; } #floor { background:url(../res/img/floor.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; } #carpet { background:url(../res/img/carpet2.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; } #Office { background:url(../res/img/Commercial2.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; } #pubs-restaurants { background:url(../res/img/restaurant.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; } #afterBuilders { background:url(../res/img/AfterBuilders.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; } .align-right-div { float:right; } #our-benefits { width:100%; height:600px; background: url(../res/img/top.png); background-position: center; background-size: cover; background-repeat: no-repeat; color:#fff; margin-top:50px; } .align-quest { display:flex; align-items: center; } #companies { width:100%; background-color:#fff; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25); position: relative; z-index: 10; margin-top:50px; } #companies h4 { text-align: center; font-size:3rem; margin:0; padding-top:5px; padding-bottom:5px; color:#064480; } #logos-wrapper { width:100%; display:flex; justify-content: center; align-items: center; flex-wrap: wrap; } .clientLogo { width:150px; margin-left:1%; margin-right:1%; margin-bottom:25px; } .clientLogoImg { width:100%; } @media only screen and (max-width: 1200px) { #bContentWrap { margin-top:0%; } } @media only screen and (max-width: 600px) { .clientLogo { width:80px; } }