.about-team {
	background-color: #FFFFFF;
	border-radius: 40px;
	position: relative;
	z-index: 1;
	padding-top: 50px;
	padding-bottom: 100px;
}

.about-team__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
}

.about-team__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 800px;
	max-width: 100%;
}

.about-team__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
}

.about-team__eyebrow-icon-img {
	width: 32px;
	height: 32px;
	display: block;
}

.about-team__eyebrow-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
}

.about-team__heading {
	max-width: 700px;
	margin: 0;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 52px;
	color: #000000;
}

/* Grid */
.about-team__grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
}

.about-team__card {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 49%;
	background-color: #F7F7F6;
	border-radius: 24px;
	padding: 16px;
}

.about-team__photo-col {
	width: 40%;
	flex-shrink: 0;
}

.about-team__photo {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
}

.about-team__content {
	display: flex;
	flex-direction: column;
	width: 60%;
}

.about-team__name {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	color: #000000;
}

.about-team__role {
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #404E5B;
}

.about-team__bio {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
}

.about-team__bio p {
	margin: 0;
}

.about-team__education {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #404E5B;
}

@media (max-width: 1024px) {
	.about-team {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.about-team__inner {
		gap: 32px;
	}

	.about-team__eyebrow {
		margin-bottom: 20px;
	}

	.about-team__header {
		width: 100%;
	}

	.about-team__heading {
		font-size: 42px;
		line-height: 48px;
	}

	.about-team__card {
		width: 100%;
	}

	.about-team__role {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.about-team {
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.about-team__inner {
		gap: 20px;
	}

	.about-team__eyebrow {
		gap: 8px;
	}

	.about-team__heading {
		margin-bottom: 28px;
		font-size: 36px;
		line-height: 42px;
	}

	.about-team__photo-col {
		width: 50%;
	}

	.about-team__content {
		width: 50%;
	}

	.about-team__role {
		font-size: 16px;
		line-height: 20px;
	}
}
