.tf-counter .counter-title {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff8f;
    line-height: 1.3em;
    letter-spacing: 0em;
}
.tf-counter .icon-counter svg,
.tf-counter .icon-counter i,
.tf-counter .icon-counter img {   
    width: 86px;
    height: 86px;
    color: #34CCFF;
    display: inline-block;
       -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tf-counter:hover .icon-counter svg,
.tf-counter:hover .icon-counter i,
.tf-counter:hover .icon-counter img {   
   transform: rotateY(180deg);
}
.tf-counter .counter-number-wrapper {
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1.3em;
    letter-spacing: 0em;
    display: inline-flex;
    margin-top: 7px;
    margin-bottom: 7px;
    
}
.tf-counter .counter-number-suffix,.tf-counter .counter-number-prefix {
    color: #fff;
}

.tf-counter .wrap-counter-inner,
.tf-counter .icon-counter {
    text-align: center;
}
@media only screen and (max-width: 600px) {
.tf-counter .icon-counter svg, .tf-counter .icon-counter i, .tf-counter .icon-counter img {
    width: 50px;
    height: 50px;
}
.tf-counter .counter-number-wrapper {
    font-size: 40px;
    margin-top: 2px;
    margin-bottom: 4px;
}
}

