.logo-block .logo img{ height:80px; }

.services--style-2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/why-choose.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.about-welcome--style-3{ padding-bottom: 60px;}
.bg-grey{ background: #f3f2f2;}

@media only screen and (max-width:767px) {
.logos .logo-item img {
    max-width: 180px;
}
    
}