team-section {
	background-color: #f7f7f7;
	padding: 50px 0;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.section-heading {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.team-members {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.team-member {
	background-color: #fff;
	padding: 20px;
	margin: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-member img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.team-member-name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.team-member-position {
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}

.team-member-description {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}

.team-member-social-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.team-member-social-links li {
	display: inline-block;
	margin-right: 20px;
}

.team-member-social-links a {
	color: #337ab7;
}

.team-member-social-links a:hover {
	color: #23527c;
}
