/* Our Vision */

.alt-bg {
	background-color: #ece3f7;
	color: #49494B;
	padding: 1.5em;
	margin: 2em 0;
	clear: both;
}

blockquote {
	font-size: 0.9em;
}

@media(min-width:42em) {
	blockquote {
		position: relative;
	}

	blockquote::before {
		position: absolute;
		content: ' ';
		top: 0;
		left: -3.5em;
		width: 3em;
		height: 3em;
		z-index: 0;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71.4 54'%3E%3Cpath d='M71.4 39.8c0-8.1-5.1-14-14.3-14-1.8 0-3.7.7-4 .9.6-8.5 9.2-13.4 15.6-14.2V0c-12.1.9-30 9.9-30 35.4 0 9.4 5.9 18.6 16.9 18.6 9.1-.1 15.8-6.5 15.8-14.2m-38.6 0c0-8.1-5.1-14-14.3-14-1.8 0-3.7.7-4 .9.6-8.5 9.2-13.4 15.6-14.2V0C18 .9 0 9.9 0 35.4 0 44.8 6.1 54 17.1 54c9.1-.1 15.7-6.5 15.7-14.2' style='fill:%23D93740'/%3E%3C/svg%3E");
		background-size: 3em auto;
		background-position: left top;
		background-repeat: no-repeat;	
	}
}

.alt-bg blockquote {
	color: #000;
}

header.head h2 {
	display: block;
}

p:empty {
	margin: 0 !important;
}

.image-col {
	/* max-width: 20em; */
	margin: 2em auto;
}

@media (min-width: 42em) {
	blockquote {
		text-align: left;
	}

	.split-cols {
		display: flex;
		gap: 2em;
	}

	.split-cols.first-right {
		flex-direction: row-reverse;
	}

	.image-col {
		margin: 0;
		flex: 0 0 40%;
		align-content: center;
	}

	.text-col {
		flex: 1 1 0;
		align-content: center;
	}
}

#vmv h2 {
	margin-bottom: 0;
}

main .btn {
	margin: 0.25em;
}
