@media all and (max-width: 575px) {
    .cmb-d-none {
        display: none !important;
    }
}
@media all and (min-width: 576px) and (max-width: 767px) {
    .cmb-d-sm-none {
        display: none !important;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .cmb-d-md-none {
        display: none !important;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .cmb-d-lg-none {
        display: none !important;
    }
}
@media all and (min-width: 1200px) {
    .cmb-d-xl-none {
        display: none !important;
    }
}