.cardGrid_wrapper > .row {
    margin-bottom: -60px;
}
.cardGrid_wrapper > .row [class*='col-'] {
    margin-bottom: 60px;
}
.cardGrid_wrapper > .row [class*='col-'] .wow {
    height: 100%;
}
.cardGrid_wrapper > .grid_space_40 {
    margin-bottom: -80px; 
}
.cardGrid_wrapper > .grid_space_40 [class*='col-'] {
    margin-bottom: 80px; 
}
.other_systems_grid {
    margin-top: 30px;
}
.cardGridBtmBdr > [class*='col-'] .cardBox_horizontal { 
    border-bottom: 1px solid var(--grey-color-v5);
    padding-bottom: 60px;
}
.cardGridBtmBdr > [class*='col-']:last-child .cardBox_horizontal { 
    border-bottom: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 767.98px) { 

    .cardGrid_wrapper .col-md-custom-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

@media screen and (min-width: 1200px) {  
    .cardGrid_wrapper > .grid_space_40 { 
        margin-left: -40px;
        margin-right: -40px;
    }
    .cardGrid_wrapper > .grid_space_40 [class*='col-'] { 
        padding-left: 40px;
        padding-right: 40px;
    }
    .cardGrid_wrapper > .grid_space_20 { 
        margin-left: -20px;
        margin-right: -20px;
    }
    .cardGrid_wrapper > .grid_space_20 [class*='col-'] { 
        padding-left: 20px;
        padding-right: 20px;
    }
} 

@media screen and (max-width: 767.98px) {  
    .cardGrid_wrapper > .row,  .cardGrid_wrapper > .grid_space_40 {
        margin-bottom: -40px;
    }
    .cardGrid_wrapper > .row [class*='col-'],  .cardGrid_wrapper > .grid_space_40 [class*='col-'] {
        margin-bottom: 40px;
    } 
    .cardGridBtmBdr > [class*='col-'] .cardBox_horizontal {  
        padding-bottom: 40px;
    }
    .cardGridBtmBdr > [class*='col-']:last-child .cardBox_horizontal{  
        padding-bottom: 0;
    }
    .mobileSlider_half .slick-list {
        padding-right: 18%;
    }   
    .card_grid_mobile_slider {
        margin: 0 -15px;
    }
    .mobileSlider_half .slick-list .card_slide {
        padding: 0 15px;
    }
    .mobileSlider_half .cardBox .cardBox_txtWrap {
        text-align: left;
    }
    .mobileSlider_half .slick-dots {
        margin-left: 9px;
    }
    .mobileSlider_half .eqHTcardTitle {
        min-height: 83px;
    }
    .offers_cards  .mobileSlider_half .eqHTcardTitle {
        min-height: auto;
    }
}