.tf-counter .counter-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 11px;
}

.tf-counter .counter-number-wrapper {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #2b2b2b;
    display: inline-flex;
}

.tf-counter .counter-number-suffix {
    color: var(--theme-primary-color);
}

.tf-counter .wrap-counter-inner {
    text-align: center;
}