.facts-flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.facts-flex-row > .facts-container {
	max-width: 33.3%;
}

.facts-content {
	padding: 0 30px;
	word-wrap: break-word;
}

.facts-container {
	padding-top: 30px;
}

.facts-container > i {
	font-size: 35px;
	padding-left: 32px;
}

.facts-title {
	font-weight: 600;
	font-size: 24px;
}

.stats-flex-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	word-wrap: break-word;
}

.stats-title {
	font-weight: 600;
}

.simple-stats {
	margin: 20px 0;
}

.simple-stats i {
	color: var(--main_color);
	background-color: #FFF;
	border-radius: 50px;
	margin: 0 auto;
	height: 100px;
	width: 100px;
	text-align: center;
	font-size: 35px;
	padding-top: 30px;
}