.stats--section {
	background: var(--theme-primary-color);
	color: #fff;
}

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

.stats--stat-title {
	text-align: center;
}

.stats--stat-title {
	font-size: 4rem;
	font-weight: 400;
}

.stats--stat-description {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	max-width: 200px;
	margin: 0 auto;
}