.stats-block {
	position: relative;
}
.stats-wrapper {
	display: flex;
	flex-direction: row;
}
.stat-wrap {
	width: 100%;
	margin: 0 0 0 0;
}
.stat-wrap:last-child {
	margin-right: 0;
}
.stat-wrap h3 {
	font-size: 3.3em;
	color: #144b3d;
	padding: 0;
	margin: 0;
	line-height: 1em;
}
.stat-wrap p {
	font-size: .88em;
	color: #144b3d;
	font-weight: 400;
}
.stat-text {
	position: relative;
	padding: 0 0 0 50px;
}
.stat-text::before {
	content: " ";
	position: absolute;
	background: url(../../assets/images/leaf.png) no-repeat top left / 100% auto;
	width: 31px;
	height: 37px;
	top: 0;
	left: 0;
}
.stat-text::after {
	content: " ";
	position: absolute;
	background: #a7c882;
	width: 3px;
	height: 100%;
	top: 0;
	left: 28px;	
}