.circle-progress {width: 53%; height: auto;}

.circle-progress-value {
	stroke-width: 6px;
	stroke: hsl(77, 48%, 48%);
        stroke-linecap: round;
}
.circle-progress-circle {
	stroke-width: 6px;
	stroke: hsl(38.8, 14.3%, 76.7%);
}
.circle-progress-text {
	fill: hsl(205.7, 8.4%, 16.3%);
}
.fmprogress, .progresswrapper {text-align: center; height: 180px;}
.progresswrapper span {display: inline-block; font-size: 18px; margin-top: 15px;}
.counterwrapper {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
flex-direction: column;
border: 1px solid #25578F;
border-radius: 5px;
min-height: 150px;
background-color: rgba(254,254,254,0.8);
}
.counterwrapper .title {font-size: 18px;}
.odometer {font-size: 40px; font-family: "Paytone One";}
.odometer-digit {padding: 1px;}
.circle-progress-text {font-size: 20px;
font-family: "Paytone One";
}


