.tf-counter {
    position: relative;
    text-align: center;
}

.tf-counter {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-counter .counter-number-wrapper {
text-transform: capitalize;
color: #1C1C1E;
display: inline-flex;
margin-bottom: 4px;
font-family: 'Mulish';
font-size: 26px;
font-weight: 800;
line-height: 1.2692307692307692em;
position: relative;
}

.tf-counter .counter-number-wrapper b {
    font-weight: 200;
    font-size: 45px;
    vertical-align: bottom;
    position: absolute;
    top: -16px;
    right: -21px;
}

.tf-counter .counter-icon {
    font-size: 52px;
    margin-bottom: -2px;
    color: var(--theme-primary-color);
}

.tf-counter .counter-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 150%; 
    color: #1C1C1E;
}

/* style 2 */

.tf-counter.style2 {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.15);
    padding: 17px 24px;
}

.tf-counter.style2 .wrap-counter-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}

.tf-counter.style2 .counter-icon {
    width: 64px;
    height: 64px;
    background: var(--theme-primary-color);
    color: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    font-size: 25px;
    margin-right: 17px;
}

.tf-counter.style2 .content .counter-number-wrapper {
    margin-bottom: -1px;
}

.tf-counter.style2 .content .counter-number-wrapper,
.tf-counter.style2 .content .counter-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    color: #1C1C1E;
}

.tf-counter.style2 .content .counter-title { 
    color: #64666C;
}
