.number-counts {
    padding: 64px 0;
    position: relative;
    z-index: 2;
}

.js-counts {
    margin: 0 -16px;
    justify-content: center;
}

.js-counts .fx-slide {
    padding: 0 16px;
}

.js-counts .slick-prev {
    left: 16px;
}

.js-counts .slick-next {
    right: 16px;
}

.number-counts h2 {
    padding-bottom: 24px;
}

.number-counts h2::before {
    display: none;
}

.count {
    text-align: center;
}

.count h3 {
    color: #37CE2E;
    font-size: 36px;
    line-height: 1.305em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.count h3 sup {
    font-size: 22px;
    padding-left: 6px;
}

.count h3 span {
    font-size: 22px;
    padding-left: 6px;  
    padding-top: 1px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.count h4 {
    color: #292929;
    font-size: 14px;
    line-height: 1.285em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .number-counts h2 {
        padding-bottom: 16px;
    }

    .number-counts {
        padding: 64px 0 77px;
    }

    .js-counts .fx-slide {
        display: block;
    }

    .count h3 sup {
        padding-left: 8px;
    }

    .count h3 span {
        padding-left: 8px;
    }
}

@media (min-width: 1200px) {
    .number-counts {
        padding: 75px 0 129px;
    }

    .number-counts h2 {
        padding-bottom: 26px;
    }

    .count h3 {
        font-size: 102px;
        line-height: 1.303em;
    }

    .count h3 sup {
        font-size: 57px;
        padding-left: 15px;
    }

    .count h3 span {
        font-size: 46px;
        padding-left: 15px;
    }

    .count h4 {
        font-size: 22px;
    }

    .number-counts::before {
        content: '';
        position: absolute;
        width: 144px;
        height: 463px;
        background: #EEEEEE;
        border-radius: 76px 0 60px 0;
        bottom: -14px;
        left: -67px;
        z-index: -1;
    }
    
    .number-counts::after {
        content: '';
        position: absolute;
        width: 144px;
        height: 463px;
        background: #EEEEEE;
        border-radius: 76px 0 60px 0;
        bottom: -67px;
        left: 95px;
        z-index: -1;
    }
}