
div.mission {
	background-image: url('style/new-background.svg');
}

div.mission-content p, div.mission-cares > div > p:nth-of-type(1) {
	text-indent:	2rem;
}

div.mission-cares h2:nth-of-type(n+2) {
	color:		black;
	margin-top:	0px;
	margin-bottom:	0px;
	border:		0px solid red;
	display:	grid;
	grid-template-columns:	4rem auto;
	align-items:	center;
}

div.mission-cares h2:nth-of-type(n+2) > * {
	border:		0px solid red;
}

div.mission-cares h2:nth-of-type(n+2) span:nth-child(1) {
	color:		#26547C;
	padding-right:	2rem;
	font-size:	4rem;
	text-shadow:	0px 0px 8px rgba(0,0,0,0.4);
}

body.mission-page div.center > div.content > div.container {
	background-image: url('style/new-background.svg');
	border:		0px solid red;
}

