.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);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .max-counter.m-counter {
        width: 130px;
    }

    .max-counter.m-counter .max-count {
        font-size: 64px;
        letter-spacing: 0;
    }

    .max-counter.m-counter .icon-counter {
        font-size: 50px
    }
}

@media only screen and (max-width: 767px) {
    .max-counter {
        display: block;
        padding-bottom: 20px;
    }
}