.strength_points {
	font-size: 60px;
	color: #444444;

}


@media only screen and (max-width: 767px) {
	.strength_points {
		font-size: 40px;
	}
}

@media only screen and (min-width: 1240px) {
	.strength_points {
		font-size: 60px;
	}
}