ul.stats_round {
	display: inline-block;
	width: 100%;
	font-size: 0;
	padding: 0;
	margin: 0;
	color: black;
	text-align: center;
	margin: 50px auto;
	font-family: 'Quicksand', sans-serif;
}

ul.stats_round li {
	display: inline-block;
	height: auto;
	margin: 0px 20px 35px 0px;
	width: 250px;
	font-size: 12pt;
	vertical-align: top;
	position: relative;
}

ul.stats_round li:last-child {
margin-right:0;
}

ul.stats_round img {
	display: inline-block;
	height: auto;
	margin: 0px auto;
	float: left;
	vertical-align: middle;
	padding: 15px 8px 15px 0px;
}

ul.stats_round label {
	font-size: 30px;
	text-align: center;
	color: var(--title-color);
	font-weight: bold;
	position: absolute;
	padding-top: 5px;
	top: 0;
	left: 93px;
	right: 0;
	text-transform: uppercase;
}

ul.stats_round p {
	font-size: 13px;
	text-align: center;
	color: var(--paragraph-color);
	word-wrap: break-word;
	position: absolute;
	top: 40px;
	bottom: 0px;
	padding: 8px 8px;
	left: 93px;
	width: calc(100% - 109px);
	height: auto;
}


