/* # Max counter 2
================================================== */

.max-counter.s-counter .icon-counter {
    color: rgba(0, 0, 0, 0.4);
    margin: 0;
    font-size: 48px;
    display: block;
    margin-bottom: 20px;
}

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

.max-counter.s-counter .max-count {
    font-size: 44px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.74);
    position: relative;
    letter-spacing: -3px;
    padding-top: 40px;
    display: inline-block;
}

.blox.dark .max-counter.s-counter .max-count {
    color: #fff;
}

.max-counter.s-counter .max-count:before {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: 50%;
    width: 1px;
    height: 22px;
    background: #d3d3d3;
}

.blox.dark .max-counter.s-counter .max-count {
    color: #437df9;
}

.blox.dark .max-counter.s-counter .max-count:before {
    background: rgba(255, 255, 255, 0.8);
}

.max-counter.s-counter h5 {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding-top: 6px;
    margin-top: 5px;
    letter-spacing: 2px;
}

.max-counter.s-counter h5:after {
    border: none;
}

.max-counter.s-counter {
    margin-bottom: 10%
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .max-counter.s-counter .icon-counter {
        font-size: 24px;
    }
    .max-counter.s-counter .max-count {
        font-size: 31px;
    }
}