#counter .item {
    margin: 50px auto;
}

#counter .text {
    color: #02306f;
    font-weight: bold;
    line-height: 40px;
    font-size: 15px;
}

.counter-count
{
    font-size: 40px;
    background-color: #00717B;
    border-radius: 50%;
    position: relative;
    color: #FFD300;
    text-align: center;
    line-height: 92px;
    width: 150px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}
