#bo_btn_top {width: 100%;}
.count-1 .animation-btn {
    margin-top: 50px;
}
.count-1 .row {
    row-gap: 6.8em;
}
.count-1 .count-1-1 {
    text-align: center;
    ;
}
.count-1 .count-1-1 img {
    height: 90px;
    width: 100%;
}
.count-1 .count-1-1 span.odometer {
    display: block;
    font-size: min(8.4vw,48px);
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.0;
    color: #101010;
}
.count-1.text-white .count-1-1 span.odometer {
    color: #fff;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
    padding: 0 0.05em;
}
.count-1 .count-1-1 span.symbol {
    display: block;
    color: rgba(0,0,0,0.7);
}
.count-1 .count-1-1 small {
    display: block;
    color: #303030;
    font-weight: 600;
}
.count-1.text-white .count-1-1 span.symbol {
    color: rgba(255,255,255,0.7);
}
.count-1.text-white .count-1-1 small {
    color: #fff;
}
@media only screen and (min-width: 1200px) {
    .count-1 .count-1-1 small {
        font-size: 120%;
    }
}
