.section.team {
	background-color: #fafafa;
}

.team .team-member {
	margin-bottom: 40px;
}

.team .team-member-image {
	display: block; 
	border-radius: 50%;
	width: 50%;
	margin: 0 auto -15px;
}

.team .team-member-body {
    background: #fff;
	padding: 36px 26px 26px 26px;
	box-shadow: 0 1px 2px rgba(0,0,0,.07);
	transition: all 1s;
}

.team-member:hover .team-member-body{
	box-shadow: 0 1px 20px rgba(0,0,0,.15);
}

.team .team-member-title {
	font-size: 1.2em;
	margin-bottom: 15px;
}

.team .team-member-content {
	margin: 15px 0 0;
}

.team .team-member-content p:last-child {
	margin-bottom: 0;
}
