/* ---- statistics --- */
.statistics{
    background-color: #004EA2;
    overflow: hidden;
    padding:50px 50px;
    margin-top:50px;
    margin-left: 12px;
    margin-right:12px;
    margin-bottom:10px;
}

.stat-fa {
    background: #87c0fd;
    width: 65px;
    height: 65px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.stat-fa span {
    font-size: 30px;
    line-height: 2.1;
    color: #004EA2;
}

.counter {
    font-size: 30px;
    line-height: 1.2;
    color: #ffffff;
}
.count_caption {
    color: #87c0fd;
}
.stat_title{
    text-align: center;
    color: #004EA2;
    font-size: 13px;
    margin-bottom: 1em;
}
/* ---- //statistics --- */

@media(max-width: 1080px) {
    .statistic p.count_caption {
        font-size: 13px;
    }
    .counter {
        font-size: 35px;
    }
    .statistic p.count_caption{
        font-size: 13px;
    }
}

@media(max-width: 640px){
    .counter {
        font-size: 32px;
    }
}

@media(max-width: 480px) {
    .counter {
        font-size: 30px;
    }
}