.tf-counter .counter-title {
font-weight: 400;
font-size: 16px;
line-height: 24px;
margin-top: 11px;
color: #666666;
}
.tf-counter .counter-number-wrapper {
font-size: 80px;
line-height: 120px;
color: #222;
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%);
}