.team-clean {
	color: #313437;
	background-color: #fff;
}

.team-clean p {
	color: #47494a
}

.team-clean h2 {
	font-weight: 700;
	margin-bottom: 40px;
	padding-top: 40px;
	color: #cc282a
}

@media (max-width:767px) {
	.team-clean h2 {
		margin-bottom: 25px;
		padding-top: 25px;
		font-size: 24px
	}
}

.team-clean .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto
}

.team-clean .intro p {
	margin-bottom: 0
}

.team-clean .people {
	padding-bottom: 40px
}

.team-clean .item {
	text-align: center;
	padding-top: 50px
}

.team-clean .item .name {
	font-weight: 700;
	margin-top: 28px;
	margin-bottom: 8px;
	color: inherit
}

.team-clean .item .title {
	text-transform: uppercase;
	font-weight: 700;
	color: #6d6d6d;
	letter-spacing: 2px;
	font-size: 13px
}

.team-clean .item .description {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 20px
}