/* # Max counter 1
================================================== */

.max-counter.m-counter {
    margin: 0 auto;
}

.blox.dark .max-counter.m-counter .icon-counter {
    color: #fff;
}

.max-counter.m-counter .icon-counter,
.max-counter.m-counter .suf-counter,
.max-counter.m-counter .pre-counter {
    vertical-align: middle;
    color: #999;
    font-size: 80px;
    line-height: 1;
    font-weight: 300;
    margin-left: 10px;
}

.max-counter.m-counter .max-count {
    vertical-align: middle;
    font-size: 120px;
    font-weight: 300;
    letter-spacing: -8px;
    padding-right: 4px;
}

.max-counter.m-counter h5 {
    margin-top: 26px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.max-counter.m-counter h5:after {
    content: '';
    margin: 8px auto;
    width: 26px;
    display: block;
    border-bottom: none;
}