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

.case--stats-card-col {
	margin-top: -1px;
	
}

.case--stats-card {
	padding: 30px 0 20px;
	display: flex;
	border-bottom: 1px solid #ccc;
	min-height: 100%;
}

.case--stats-card-title {
	margin-bottom: 15px;
	line-height: 1;
	font-family: open-sans, sans-serif;
}

.light-mod .case--stats-card-title {
	color: var(--theme-blue-light);
}

.case--stats-description {
	font-size: 1rem;
	font-weight: 700;
	font-family: libre, serif;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	display: block;
	margin-top: .5rem;
}

.light-mod .case--stats-description {
	color: var(--theme-black);
}

.acf-block-preview .case--stats-card-title {
	font-size: 3rem;
}

.acf-block-preview .case--stats-description {
	font-size: 1.25rem;
}

.case--diag-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -1px;
	background: rgb(0 77 107 / 93%);
}

.light-mod .case--leadin-title span {
	color: var(--theme-blue-light);
}

.dark-mod .case--leadin-title span {
	color: var(--theme-black);
}

@media (min-width: 768px) {
	.dark-mod .case--leadin-title {
		border: 1px solid #fff;
	}

	.light-mod .case--leadin-title {
		border: 1px solid var(--theme-blue-light);
	}

	.case--leadin-title {
		border-radius: 6px;
		padding: 30px;
	}
	
}

.case--stats-card-icon {
	width: 45px;
	height: 45px;
	margin-right: 10px;
}