.mobile-no-pb {
    padding-top: 72px !important;
    padding-bottom: 72px !important
}

.col-image {
    max-width: 390px
}

@media screen and (max-width:767px) {
    .mobile-no-pb {
        padding-bottom: 0px !important;
        padding-top: 0px !important
    }
    .col-image {
        max-width: 200px
    }
}