.services2.responsive {
    @media(max-width: 992px) {
        margin-bottom: 60px !important;
    }
}
.services .item{
    background: #f4f4f4;
}
.services .item.items {
    @media(max-width: 992px) {
        margin-bottom: 30px !important;
    }
}
.logo-wrapper {
    background: none; 
}
.about .about-img .img {
    @media(max-width: 992px) {
        margin-top: 30px !important;
        padding: 0 0 30px 0;
    }
}
.blog-sidebar.row {
    @media(max-width: 992px) {
        margin-top: 90px !important;
    }
}