.team_link {

	font-weight: 700;
	font-size: 14px;
	align-items: center;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #032649;

	display: block;
}
.team_link span {
	width: 70px;
	display: block;
	margin:0 auto 20px;
	height: 70px;
	border-radius: 70px;
	border: 1px solid #032649;
	background: no-repeat center / 31px url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 8'%3E%3Cpath d='M30.4 4.4c.1-.2.1-.6 0-.8L27.2.5a.5.5 0 1 0-.7.7L29.3 4l-2.8 2.8a.5.5 0 1 0 .7.7l3.2-3.1ZM0 4.5h30v-1H0v1Z' fill='%23032649'/%3E%3C/svg%3E");

}
body .fc_meet_the_team {
	position: relative;
	padding-right: 0;
	display: grid;
	grid-template-columns: 1.65fr 0.35fr;

}
body .meet_the_team_inner {
	grid-template-columns: 0.6fr 1.4fr;
	display: grid;
	grid-gap: clamp(15px, 10vw, 180px);
}

.fc_meet_the_team > .wp_content {
	padding-top: clamp(15px, 3vw, 50px)
}

.fc_meet_the_team .team_archive_list  {
	grid-template-columns: repeat(3,1fr);
	padding-bottom:  clamp(20px, 4vw, 100px);
}

.fc_meet_the_team .team_archive_list a:nth-child(2),
.fc_meet_the_team .team_archive_list a:nth-child(5) {
	position: relative;
	top: clamp(20px, 4vw, 100px);
}

.the_team_link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.add_bg_logo {
	background-size: 944px;
	background-repeat: no-repeat;
	background-position: 10% bottom ;
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 944 912'%3E%3Cpath d='M469.2 190.1 163 912H0L398.1 0h147.4l398 912h-168L469.2 190.1Z' fill='%23B2C4D7'/%3E%3Cpath d='M645.5 912 472.8 505.4 300 912h345.4Z' fill='%23B2C4D7'/%3E%3C/svg%3E");
}

@media (min-width: 1024px) {
	.mobile_only {
		display: none;
	}
}

@media (max-width: 1300px) {
	body .meet_the_team_inner {

		grid-gap: clamp(15px, 5vw, 100px);
	}

}

@media (max-width: 1024px) {
	.the_team_link {
		display: none;
	}
	body .fc_meet_the_team {
		grid-template-columns: 1fr;
		padding-right: max(clamp(15px, 6vw, 60px), calc(50% - 700px));
	}

}

@media (max-width: 768px) {
	body .meet_the_team_inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.fc_meet_the_team .team_archive_list {
		grid-template-columns: repeat(2, 1fr);
		padding-bottom: 0;
	}
	.fc_meet_the_team .team_archive_list a:nth-child(2),
	.fc_meet_the_team .team_archive_list a:nth-child(5) {
		top: auto;
	}
}