.team_intro {
	text-align: justify;
}

.about__team__podcast {
	width: 100%;
	height: 7.5rem;
}

/* follow us */
.follow_us {
	padding: 10px;
	background: #efefef;
	margin-bottom: 60px;
	font-weight: 500;
}

.follow_us a {
	padding: 5px 0;
	display: inline-block;
	margin: 0 15px 0 0;
}

.follow_us a:last-child {
	margin: 0;
}

.follow_us a.t {
	color: #2d6b98;
}

.follow_us a.f {
	color: #24417f;
}

.follow_us a.w {
	color: #323131;
}

.follow_us a.y {
	color: #ca2a29;
}

/* team */
@media (max-width: 768px) {
	.team_members_member:after {
		content: '';
		border-bottom: 1px solid #efefef;
		display: block;
		margin: 20px 35% 0 35%;
	}
}

.team_members_member {
	margin-bottom: 40px;
}

.team_members_member img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.team_members_member h4 {
	color: #1950a0;
	padding: 0 0 5px 0;
	margin: 0;
}

.team_members_member span {
	display: block;
	color: #000;
	margin: 0 0 5px 0;
}

.team_members_member p {
	padding: 0 0 20px 0;
	margin: 0;
}

/* Large devices ONLY (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.team_members_member.after-3:after {
		content: '';
		width: 100%;
		display: block;
		overflow: hidden;
		height: 0;
		clear: both;
	}

	.team_members_member.after-1 {
		clear: both;
	}
}

/* Medium devices ONLY (desktops, 992px to 1200px) */
@media (min-width: 768px) and (max-width: 1200px) {
	.team_members_member.after-2:after {
		content: '';
		width: 100%;
		display: block;
		overflow: hidden;
		height: 0;
		clear: both;
	}

	.team_members_member.after-2 {
		clear: both;
	}
}