.jx-counter-inner {
    float: left;
}

.jx-counter-block {
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.text-center {
    text-align: center;
}

.jx-counter-up {
    margin: 12px 0;
}

.jx-clearfix {
    clear: both;
}

@media (max-width: 768px) {
    .jx-counter-inner {
        width: 100% !important;
    }
}