/* Team
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.content h1 {
	margin-bottom: 0;
}

.content h3 {
	margin: 38px 0 16px;
}

.content h3:first-child {
	margin-top: 50px;
}

.content a {
	border-bottom-color: #d9d9d9; /* 0.15 */
	color: inherit;
}

.content .members {
	float: left;
	width: 50%;
}

.content .members div {
	margin-bottom: 15px;
}

.content .members div img {
	display: inline-block;
	margin: 0 15px 0 0;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	vertical-align: middle;
	background: #e6e6e6; /* 0.1 */
}

.content .members div span {
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 740px) {
	.content .members {
		float: none;
		width: 100%;
	}
}