.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #000000;

}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #000000;
}

.fa-4x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #f22b0c;
}
.counter-background-color{
    background-color: #000000;
    color: #ffffff;
}

.counter-heading{
    padding-bottom: 20px;
}