#mission-statement i {
	position: relative;
	top: 0.5rem;
	font-size: 2rem;
	transform: rotate(-15deg);
}

#mission-statement .display-table > div:first-of-type {
	width: 4rem;
}

@media only screen and (max-width: 992px) {
	#mission-statement i {
		color: #00DFD8;
	}
}