
.flex-content.stat-counter.dark {
	background-color: var(--navy-blue);
	color: #fff;
}

.flex-content.stat-counter .tile .stat {
	display: flex;
	justify-content: center;
	font-size: 3.75em;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	color: var(--navy-blue);
}

.flex-content.stat-counter.dark .tile .stat {
	color: var(--orange);
}

.flex-content.stat-counter .stat-prepend, .flex-content.stat-counter .stat-append {
	font-size: .4em;
	vertical-align: super;
	padding: 0 .15em;
}

.flex-content.stat-counter .tile h4 {
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	text-align: center;
	margin: 30px 0 0;
}

.flex-content.stat-counter .tile p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
	margin: 24px 0 0;
}

@media (max-width: 767px) {
	.flex-content.stat-counter {
		padding-top: 3em !important;
		padding-bottom: 3em !important;
	}
	
	.flex-content.stat-counter .col-md-3:not(:first-child) .tile {
		margin-top: 2.5em;
	}
}
