.counterInner{
float:left;
}
.is-counter-block {
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.text-center {
    text-align: center;
}
.is-count-up{
margin:12px 0;
}
.clearfix{
clear:both;
}
@media (max-width: 768px) {
.counterInner{
width:100%!important;
}
}