div.server-statistics {
    margin-top: 30px;
    padding: 0 150px;
}

div.server-statistics div.statistic {
    margin-top: 25px;
}

div.server-statistics div.statistic span.counter {
    display: block;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 65px;
    line-height: 50px;
}

div.server-statistics div.statistic span.description {
    display: block;
    text-align: center;
}

div.server-statistics span.time {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    font-size: 80px;
    color: #000;
}

div.server-statistics div.head {
    margin-top: 20px;
    text-align: center;
}

div.server-statistics div.head img {
    border-radius: 10px;

    -webkit-box-shadow: 0px 0px 13px -3px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 13px -3px rgba(0,0,0,1);
    box-shadow: 0px 0px 13px -3px rgba(0,0,0,1);
}