
/* Location */

.section--location {
	padding-left: 0em;
	padding-right: 0em;
}
.section--location img {
	display: block;
	margin: auto;
	max-width: 100%;
}

/* Team */

.section--team {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2em 5em;
}
.section--team__profile {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25em;
	text-align: center;
}
.section--team__profile--founder {
	width: 100%;
	font-size: 1.25em;
}
.section--team__profile img {
	margin-bottom: 0.25em;
	border-radius: 50%;
	width: 15em;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: 50% 10%;
}
.section--team__profile span:first-of-type {
	font-weight: bold;
	font-size: 1.25em;
	color: var(--primary-color);
}
.section--team__profile span:last-of-type {
	font-size: 1.15em;
}