.stats--section {
	color: var(--theme-dk-green);
	position: relative;
}

.main--section .stats--section {
	padding-top: 60px;
	margin-top: -60px;	
}

.stats--background {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
}

.lt-green-bg-mod.stats--background {
	background: var(--theme-lt-green);
}

.stats--container {
	padding: 60px 30px 30px;
	position: relative;
}

.stats--container:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 15px;
	bottom: 0;
	background: #b8c4ba;
	border-top-right-radius: 110px;
}

@media (min-width: 1200px) {
	.stats--container:before {
		left: 30px;
		right: 30px;
	}
}

.stats--stats-card {
	text-align: center;
}

.stats--stats-description {
	font-size: 1.5rem;
	font-weight: 500;
	display: block;
}

