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