.counter {
    text-align: center;

}
.counter-pre, .counter-post, .counter-value {
	display: inline-block;
	/*font-size: 90px; */
font-size: 70px;	
    color: #0064a4;
    font-weight: bold;
    line-height: 80px;
    }
.counter-label {
    font-size: 25px;
}