
#team-a .box h5 {
	font-size: 115%;
	text-transform: uppercase;
	font-weight: 700;
	
}

.personal-head {
	
	background-color: #fff;
	color: #333;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
	margin-left: 20px;
	
}

#team-a hr {
	margin-top: 0;
	height: 2px;
	width: 70%;
	border-radius: 25%;
}

#team-a hr.green {
	color: green;
	background-color: green;
}

#team-a hr.blue {
	color: blue;
	background-color: blue;
}