.single-team .site-main{padding-bottom:70px;}


.vertical-align {
	flex-direction: column;
}

.heading-group {
	width: 50%;
}

.stats-block {

}

.proof_container {
	display: grid;
	grid-gap: 20px;
}

.proof_container.vertical-align {
	grid-template-columns: auto auto;
}

.proof_container.horizontal-align {
	grid-template-columns: auto;
}

.stats-block {
	text-align: center;
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 20px;
}

.stat {
	display: flex;
	flex-direction: column;
	padding: 25px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.stat_heading {
	width: 100%;
	font-family: "Permanent Marker";
	font-size: 18px;
	line-height: 26px;
}

.stat_statistic {
	font-size: 68px;
	line-height: 58px;
	margin-bottom: 18px;
}

/*Gray*/
.stat.gray .stat_statistic {
	color: #222;
}

.stat.gray .stat_heading,
.stat.gray .stat_description {
	color: #976743;
}


/*BLACK*/
.stat.black {
	background: #222;
}

.stat.black .stat_statistic {
	color: #fff;
}

.stat.black .stat_heading,
.stat.black .stat_description {
	color: #976743;
}

/*WHITE*/
.stat.white {
	background: #fff;
}

.stat.white .stat_statistic {
	color: #222;
}

.stat.white .stat_heading,
.stat.white .stat_description {
	color: #976743;
}

/*Proof*/
.stat.copper {
	background: #976743;
}

.stat.copper .stat_statistic {
	color: #fff;
}

.stat.copper .stat_heading,
.stat.copper .stat_description {
	color: #222;
}

.team-block {
	background: #222;
	padding: 20px 0 80px;
}

.team-block .team-member {
	background: #333;
	text-align: center;
	padding: 35px;
	position: relative;
}

.team-block .team-link:hover .name {
	color: #333 !important;
}

.team-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.team-block .team__container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	max-width: 1440px;
	padding: 0 25px;
}

.team-block .team-member img {
	max-width: 194px;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 20px;
}

.team-block .team-member .name {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	display: inline-block;
	width: 100%;
}

.team-block .team-member .position {
	color: #976743;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	width: 100%;
}

.social-media {
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-media svg {
	height: 16px;
	width: 16px;
	fill: #777;
}

.social-medi a svg {
	fill: #777;
}
