.stats h2 {
	margin-bottom: .5rem !important;
	position: relative;
}

.stats p {
	margin: 0;
	max-width: 80%;
}

.stats .wp-block-column{
	margin-bottom: 4rem;
}

.stats h2:before {
	background-color: var(--c-red) !important;
	color: var(--c-white) !important;
	content: " ";
	display: block;
	height: 5px;
	position: absolute;
	top: -16px;
	width: 90px;	
}
