.mission {
	font-weight: 500;
	font-size: 2rem;
	max-width: 100%;
	line-height: 1.4;
	position: relative;
	padding: .5rem;
	font-style: italics;
}

.mission:before,
.mission:after {
	position: absolute;
	color: #008E97;
	font-size: 4rem;
	width: 3rem;
	height: 3rem;
}

.mission:before {
	content: '“';
	left: -2rem;
	top: -2rem;
}

.mission:after {
	content: '”';
	right: -2rem;
	bottom: 0rem;
}




.vision {
	font-weight: 500;
	font-size: 2rem;
	max-width: 100%;
	line-height: 1.4;
	position: relative;
	padding: .5rem;
}

.vision:before,
.vision:after {
	position: absolute;
	color: #008E97;
	font-size: 4rem;
	width: 3rem;
	height: 3rem;
}

.vision:before {
	content: '“';
	left: -2rem;
	top: -2rem;
}

.vision:after {
	content: '”';
	right: -2rem;
	bottom: -1rem;
}

.t1850o97{
    color:white;
}