.team-bio-image {
	margin-bottom: 20px;
	display: flex;
}

.team-bio-image img {
	border-radius: 24px;
}

.team-bio-right {
	flex: 1;
}

.team-bio-left {
	width: fit-content;
}

.team-bio .row {
	column-gap: 64px;
	row-gap: 40px;
}

.team-bio-figure {
	position: sticky;
	top: 100px;
}

.team-bio-badge {
	font-size: 14px;
	display: inline-block;
	background: var(--orange);
	color: var(--white);
	padding: 6px 8px;
	letter-spacing: 0.02em;
	font-weight: 500;
	border-radius: 6px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.team-bio-content h2 {
	font-size: var(--h3-size);
}
.team-bio-content h3 {
	font-size: var(--h4-size);
}
.team-bio-content h4 {
	font-size: var(--h5-size);
}
.team-bio-content h5 {
	font-size: var(--h6-size);
}
.team-bio-content h6 {
	font-size: var(--sm-size);
}

@media (max-width: 767px) {
	.team-bio-content h2 {
		font-size: var(--h3-mobile-size);
	}
	.team-bio-content h3 {
		font-size: var(--h4-mobile-size);
	}
	.team-bio-content h4 {
		font-size: var(--h5-mobile-size);
	}
	.team-bio-content h5 {
		font-size: var(--h6-mobile-size);
	}
}
