.countup-wrapper {
    font-size: clamp(2rem, -3.9242rem + 12.1212vw, 3rem);
    line-height: clamp(2.5rem, -3.9242rem + 12.1212vw, 3rem);
}

.countup-wrapper span {
    font-weight: 900;
}

@media screen and (max-width: 781px) {
    .countup-wrapper {
        font-size: 3rem;
    }
}