
@media(max-width: 992px) {
    .services-showcase-desktop {
        display: none;
    }
    .services-showcase-mobile {
        display: block;
        background-size: contain !important;
    }
    .services-showcase-mobile-row {
        height: 300px;
    }
}

@media(min-width: 992px) {
    .services-showcase-mobile {
        display: none;
    }
}