/* Enter Your Custom CSS Here */
#counter .counter-description {
    width: 100%;
    line-height: 2.25;
    display: block;
    font-size: 20px;
    color: #000;
    text-transform: none;
    margin-top: -10px;
}


#counter .counter-number {
    width: 100%;
    display: block;
    color: #000;
    text-transform: none;
    margin-top: -10px;
}

