.yellow-box {
	background-color: #fcce01;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.about-wrapper .blue-box {
	background-color: #017cba;
	font-size: 65px;
	vertical-align: text-bottom;
	text-align: center;
	margin-bottom: 10px;
	line-height: 0.6;
	padding-top: 45px;
}

.blue-box span {
	font-weight: 900;
	text-transform: uppercase;
	color: #ffffff;
	
}

.employee-box {
	margin-bottom: 40px;
}

.employee-photo {
	margin: 0 auto 30px auto;
}

.employee-name {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	color: #017cba;
}

.employee-title {
	display: block;
	font-weight: 600;	
	text-transform: uppercase;

}

.employee-bio {
	display: block;
	font-weight: 600;	
	font-size: 0.8em;
	text-align: justify;
}

@media (max-width: 768px) {
	.employee-box {
		text-align: center;
	}
}