@media only screen and (min-width:992px) {
    .row {
        display: flex;
        flex-wrap: wrap
    }

    .row.EnterCrediblRow .col-lg-3 {
        margin-bottom: 15px
    }

    .col-md-6.col-md-push-6.image.zooming.right {
        left: 44%
    }
}

@media only screen and (max-width:991px) {
    .row.row-double .col-md-6.image {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .row.EnterCrediblRow .col-lg-3 {
        margin-bottom: 15px
    }
}