﻿@media (max-width: 1199.98px) {
    .service-cards__wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .service-cards-item {
        width: calc(50% - 12px);
    }
}
/* ========================================================================================================== */
@media (max-width: 991.98px) {
    .service-cards-item {
        width: 100%;
    }
}
/* ========================================================================================================== */

