
.team-wrapper {
	width:48%;
	margin:0 2% 20px 0;
	float:left;
}

.team-wrapper:nth-of-type(2n+1) {
	clear:both;
} 

.team-wrapper img {
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	margin: 0px;
	max-width:150px;
}

.team-wrapper div {
	margin-left:175px;
}

.team-wrapper h3 {
	font-weight:bold;
	letter-spacing:-0.03em;
}
