.team { padding-block: 40px; }
.team-photo {
	position: relative;
	width: 100%;
	border-radius: var(--radius);
	overflow: hidden;
	aspect-ratio: 1740 / 900;
}
.team-photo > img {
	width: 100%; height: 100%; object-fit: cover;
	background: linear-gradient(135deg, #2c5f5f, #5ac1b9);
}
.team-logo {
	position: absolute; top: 40px; left: 40px;
	width: 223px;
}
.team-logo img { width: 100%; height: auto; }

@media screen and (max-width: 64em) {
	.team {width: 94%; margin: 0 auto; padding-block: 20px;}
	.team-logo {top: unset; bottom: 10px; left: 10px; width: 110px;}
}
