.person-card {
	text-align: center;
	margin: 0 0 3.6rem;
}
.person-card .person-card-image {
	max-width: 24.1rem;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 1/1;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
}
.person-card .person-card-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.person-card figcaption {
	padding-top: 2.6rem;
	color: #000;
	line-height: 1.444;
}
.person-card figcaption h3 {
	margin-bottom: 0.6rem;
	font-size: 2rem;
	line-height: 1.2;
	color: #064d32;
}
.person-card figcaption h3 a {
	color: inherit;
	text-decoration: none;
}
.person-card figcaption h3 a:hover {
	color: #c39569;
	text-decoration: none;
}
.person-card figcaption h4 {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
	margin-bottom: 1.7rem;
}
.person-card figcaption p:last-child {
	margin-bottom: 0;
}
.person-card figcaption p a {
	color: inherit;
	text-decoration: none;
}
.person-card figcaption p a:hover {
	color: #064d32;
	text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.person-card figcaption {
		font-size: 1.4rem;
	}
}
@media (max-width: 991.98px) {
	.person-card {
		margin-bottom: 3.2rem;
	}
	.person-card .person-card-image {
		max-width: 16.8rem;
	}
	.person-card figcaption {
		padding-top: 2.2rem;
		line-height: 1.188;
	}
	.person-card figcaption h3 {
		margin-bottom: 0.3rem;
		font-size: calc(1.8rem * var(--font-size-scale-m));
	}
	.person-card figcaption h4 {
		margin-bottom: 1.2rem;
	}
}

.team-section {
	position: relative;
	overflow: hidden;
	padding-top: 9.9rem;
	padding-bottom: 5.7rem;
}
.team-section .container {
	max-width: 128.8rem;
}
.team-section .team-section-footer {
	text-align: center;
	padding-top: 5.4rem;
	padding-bottom: 5.3rem;
}
@media (max-width: 991.98px) {
	.team-section {
		padding-top: 7.6rem;
		padding-bottom: 4.5rem;
	}
	.team-section .container > .row {
		--bs-gutter-x: 2rem;
	}
	.team-section .team-section-footer {
		padding-top: 3.1rem;
		padding-bottom: 4.2rem;
	}
}
/*# sourceMappingURL=team-section.css.map */
