/* # Max counter
================================================== */

.max-counter {
    text-align: center;
    color: #393a3a;
    font-size: 36px;
}

.max-counter h5 {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: none;
    position: relative;
}

.max-counter h5:after {
    content: '';
    margin: 8px auto 20px;
    width: 24px;
    height: 0;
    display: block;
    position: relative;
    border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}