.team-grid-19192 {
	display: grid;
	gap: 20px;
}

.team-member-19192 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.team-image-19192 img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	margin-bottom: 15px;
}

.team-content-19192 {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.team-name-19192 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 600;
}

.team-desc-19192 {
	font-size: 0.9rem;
	color: #666;
}

.team-contact-19192 {
	margin-top: auto;
	padding-top: 10px;
	font-size: 0.9rem;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.team-email-19192 a {
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.team-email-19192 a:hover {
	opacity: 0.8;
}