.counter-section{
    background: var(--gradient-background);
}

.counter-section .counter-number,
.counter-section .counter-suffix{
    color: var(--white-color);
    font-family: var(--instrument-font);
    font-size: var(--font-56);
    font-weight: 500;
}

.counter-section .counter-desc{
    font-family: var(--instrument-font);
    font-size: var(--font-18);
    color: #bbc6d2;
    font-weight: 400;
}

.counter-section .col-md-4 .single-counter{
    height: 100%;
}

.counter-section .col-md-4:not(:last-child){
    border-right: 2px solid #FFFFFF33;
}  

.counter-section .col-md-4:not(:first-child) .single-counter{
    padding: 0px 0px 0px 100px;
}

@media screen and (max-width: 1280px){
    .counter-section .col-md-4:not(:first-child) .single-counter{
        padding: 0px;
    }
    .counter-section .col-md-4:first-child .single-counter{
        padding-right: 5px;
    }
}


@media screen and (max-width: 767px){
    .counter-section .col-md-4:nth-child(2) {
        border-right: 0px;
    }
}

@media screen and (max-width: 575px){
    .counter-section .col-md-4 {
        border-right: 0px !important
    }
}
