.counter {
    background-color: #eaecf0;
    font-size: 15px;
    padding:10px;
}

.counter-cat {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.counter-count {
    font-size: 18px;
    background-color: #00b3e7;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 52px;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.counter-cat-p{
    font-size: 16px;
    color: #000000;
    line-height: 18px;
}
