/* Team */

.team__intro {
	padding-bottom: 1.35em;
}

.team__intro .title,
.team__intro h1 {
	font-family: var(--font-surplus);
	font-size: 3em;
	font-style: var(--font-surplus-style);
	font-weight: var(--font-surplus-weight);
	line-height: 1;
}

@media (min-width: 1000px) {

	.team__intro {
		padding-bottom: 2.7em;
	}

	.team__intro .title,
	.team__intro h1 {
		font-size: 5em;
	}

	.team__members {
		gap: 2.7em;
	}

}

.team__member {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.team__member h3 {
	color: var(--primary);
	font-family: var(--font-surplus);
	font-style: var(--font-surplus-style);
	font-weight: var(--font-surplus-weight);
}

.team__image,
.team__image .placeholder,
.team__img {
	border-radius: 50%;
}
