.team-header {
	padding: 80px 0;
}

.team-header .custom-row {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
}

.team-header .custom-row .custom-col {
	flex-basis: 100%;
	flex: 1;
}

.team-header .custom-row .custom-col.img-col {
	flex: 0 0 38.230769230769%;
	margin: 0 0 0 56px;
}

.team-header .img-col img {
	border-radius: 15px;
	width: 100%;
}

.team-header .back-url {
	font-size: 0.8em;
	text-decoration: none;
	color: #71727A;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.03125 12.9375L8.34375 13.625C8.03125 13.9062 7.5625 13.9062 7.28125 13.625L1.21875 7.53125C0.90625 7.25 0.90625 6.78125 1.21875 6.5L7.28125 0.40625C7.5625 0.125 8.0625 0.125 8.34375 0.40625L9.03125 1.09375C9.34375 1.40625 9.3125 1.875 9.03125 2.1875L5.25 5.75H14.25C14.6562 5.75 15 6.09375 15 6.5V7.5C15 7.9375 14.6562 8.25 14.25 8.25H5.25L9.03125 11.8438C9.3125 12.1562 9.34375 12.625 9.03125 12.9375Z' fill='%2371727A'/%3E%3C/svg%3E%0A");
}

.team-header .text-col h1 {
	font-size: 3.7em;
	font-weight: 700;
	line-height: 110%;
	color: #71727A;
	margin: 0 0 16px;
}

.team-header .text-col p {
	font-size: 1.4em;
	font-weight: 500;
	line-height: 120%;
	color: #000;
	margin: 0 0 48px;
}

.team-header .text-col > *:last-child {
	margin-bottom: 0;
}

.team-header .about {
	font-weight: 300;
	line-height: 150%;
	color: #1F1F1F;
	padding-top: 140px;
}

.team-header .about > *:last-child {
	margin-bottom: 0;
}


@media only screen and (max-width: 767px) {
	.team-header .custom-row {
		flex-direction: column-reverse;
	}

	.team-header .custom-row .custom-col.img-col {
		flex: auto;
		margin: 30px 0;
		width: 100%;
	}

}
