.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;
}

.style-circle .tf-counter {
    position: relative;
}

.style-circle .tf-counter::after {
    content: '';
    border: 1px solid #FFFFFF1A;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}