.stats{
    margin-top: -50px;
    z-index: 4;
}
.stats_card.filter{
    border-bottom: 4px solid var(--primary-deep-green);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    background-color: var(--sf-white);
    border-radius: var(--border-radius);
    padding: 2.5rem 3rem;
}

.stats_card .counter-box{
    /*border: 2px solid var(--primary-deep-green);*/
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    background-color: var(--sf-white);
    border-radius: 0;
    padding: 2.5rem 3rem;
}

.stats_card .counter-area:last-child {
    .counter-box{
        border-bottom: 4px solid var(--sf-primary);
    }
    .counter-number{
        color: var(--sf-primary);
    }
}
.stats_card .counter-area:nth-child(3){
    .counter-box{
        border-bottom: 4px solid var(--sf-primary);
    }
    .counter-number{
        color: var(--sf-primary);
    }

}

.stats_card .counter-area:nth-child(2){
    .counter-box{
        border-bottom: 4px solid var(--secondary-coral);
    }
    .counter-number{
        color: var(--secondary-coral);
    }

}.stats_card .counter-area:first-child {
    .counter-box{
        border-bottom: 4px solid var(--primary-deep-green);
    }
    .counter-number{
        color: var(--primary-deep-green);
    }
}
/*.counter-area{*/
/*  border-right: 1px dotted #e0e0e0*/
/*}*/
/*.counter-area:last-child{*/
/*  border: none*/
/*}*/
@media (max-width:575px) {
    .stats{
        margin-top: -20px;
        z-index: 4;
    }
    .stats_card{
        /*border-bottom: 6px solid var(--primary-deep-green);*/
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}