@media (min-width:992px) {
    body {
    }

    .row {
        object-fit: none;
        display: grid;
        grid-template-columns: 3fr 1fr 16fr 34fr 3fr;
        grid-template-rows: 24px 48px 79px 132px 214px 131px 148px 74px;
        grid-template-areas: '. . . . .' '. services-heading services-heading . .' '. . overview overview .' '. . question question .' '. . phone-support phone-support .' '. . on-site-support on-site-support .' '. . training training .' '. . training training .';
    }
}

@media (min-width:768px) and (max-width:991px) {
    body {
    }

    .row {
        object-fit: none;
        display: grid;
        grid-template-columns: 3fr 1fr 16fr 34fr 3fr;
        grid-template-rows: 24px 50px 95px 144px 236px 119px 116px 131px;
        grid-template-areas: '. . . . .' '. services-heading services-heading . .' '. . overview overview .' '. . question question .' '. . phone-support phone-support .' '. . on-site-support on-site-support .' '. . training training .' '. . . . .';
    }
}

@media (min-width:500px) and (max-width:767px) {
    body {
    }

    .row {
        object-fit: none;
        display: grid;
        grid-template-columns: 3fr 1fr 16fr 34fr 3fr;
        grid-template-rows: 12px 50px 134px 166px 277px 133px 186px 131px;
        grid-template-areas: '. . . . .' '. services-heading services-heading . .' '. . overview overview .' '. . question question .' '. . phone-support phone-support .' '. . on-site-support on-site-support .' '. . training training .' '. . . . .';
    }
}

@media (min-width:360px) and (max-width:500px) {
    body {
    }

    .row {
        object-fit: none;
        display: grid;
        grid-template-columns: 5fr 1fr 16fr 34fr 5fr;
        grid-template-rows: 24px 41px 173px 268px 351px 170px 257px 131px;
        grid-template-areas: '. . . . .' '. services-heading services-heading . .' '. . overview overview .' '. . question question .' '. . phone-support phone-support .' '. . on-site-support on-site-support .' '. . training training .' '. . . . .';
    }
}