/* 5. statsistics */
.numbers-counter .stat-number .blockquote-stat {
    color: #999;
    font-size: 20%;
}
.stat-number-label {
    font-weight: bold;
}
.numbers-counter {
    padding: 80px 0;
}
.numbers-counter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.numbers-counter ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    text-align: center;
    justify-content: space-between;
}
#metrics-title{
    font-weight: bolder;
}
.stat-number {
    color: #d72a2e;
    font-size: 90px;
    font-weight: bolder;
    font-family: "FlamaSemicondensed Light", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .numbers-counter ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

}

@media screen and (max-width: 768px) {
    .numbers-counter {
        padding: 0 0 80px 0;
    }
    .numbers-counter ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 425px) {
    .numbers-counter {
        padding: 30px 0;
    }
}

@media screen and (max-width: 377px) {
    .stat-number-label {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .main-counter {
        font-size: 66px;


    }
}

