.tf-counter .counter-title {
font-weight: 600;
font-size: 20px;
line-height: 28px;
    margin-top: 8px;
    color: #5C6368;
}

.tf-counter .counter-number-wrapper {
font-weight: 500;
font-size: 96px;
line-height: 1.0833333333333333em;
text-transform: capitalize;
    color: #111111;
    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%);
}