.counting-number {
    gap: 6px;
}

.counting-number__value {
    font-weight: var(--font-weight-medium);
    color:var(--academy);
    font-size:128px;
}

.counting-number__description {
    font-weight: var(--font-weight-medium);
    font-size:34px;
}