.counter
{
    background-color: #eaecf0;
    text-align: center;
}
.employees,.customer,.design,.order
{
    margin-top: 50px;
    margin-bottom: 50px;
}
.counter-count
{
    font-size: 18px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    color: #1455a7;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p,.customer-p,.order-p,.design-p
{
    font-size: 24px;
    color: #ffffff;
    line-height: 60px;
}