.serviceRow {
    display: flex;
    margin: 0;
}
/* .service-right {
    background: url(/imageserver/UserMedia/abm/roofingservices.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */

@media (max-width: 1200px) {
    .serviceRow {
        flex-direction: column;
    }
    .service-left {
        border-right: none !important;
    }
    .service-right {
        height: 700px;
    }
}
@media (max-width: 550px) {
    .service-right {
        height: 400px;
    }
}