.teamSection {
	padding: 70px 0px;
	background-color: #F9FAFB;
}

.teamSection .titleContainer {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}

.teamSection .titleContainer .info {
	width: 57%;
	font-size: 20px;
	line-height: 28px;
	color: black;
	font-weight: 500;
}

.teamSection .titleContainer+.contentContainer {
	margin-top: 50px;
}

.teamSection .moreLink {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

@media (max-width: 1199px) {
	.teamSection .titleContainer .info {
		width: 650px;
	}
}

@media (max-width: 1023px) {
	.teamSection {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	
	.teamSection .titleContainer {
		display: block;
	}
	
	.teamSection .titleContainer .info {
		width: 100%;
		margin-top: 40px;
		font-size: 16px;
		line-height: 24px;
	}
	
	.teamSection .titleContainer+.contentContainer {
		margin-top: 34px;
	}
	
	.teamSection .moreLink {
		margin-top: 14px;
	}

}




.teamList .wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.teamItem .img {
	height: 449px;
}
@media (min-width: 1681px) {
	.teamItem .img {
		height: 550px;
	}
}
@media (max-width: 1199px) {
	.teamItem .img {
		height: 341px;
	}
}


.teamItem .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.teamItem .img+.name {
	margin-top: 16px;
}

.teamItem .name {
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #23272D;
	font-weight: 500;
}

.teamItem .name+.position {
	margin-top: 4px;
}

.teamItem .position {
	display: block;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 24px;
	color: #23272D;
	letter-spacing: 0.22px;
}

@media (max-width: 1023px) {
	.teamList {
		display: flex;
		overflow-x: scroll;
		margin-left: calc((100vw - 736px) / -2);
		margin-right: calc((100vw - 736px) / -2);
	}
	
	.teamList::-webkit-scrollbar {
		display: none;
	}
	
	.teamList .wrapper {
		display: flex;
		gap: 0px;
		width: auto;
		padding-left: calc((100vw - 736px) / 2);
		padding-right: calc((100vw - 736px) / 2);
	}
	
	.teamList .item {
		width: 252px;
		flex-shrink: 0;
	}
	
	.teamList .item+.item {
		margin-left: 30px;
	}
}

@media (max-width: 767px) {
	.teamList {
		margin-left: calc((100vw - 448px) / -2);
		margin-right: calc((100vw - 448px) / -2);
	}
	
	.teamList .wrapper {
		padding-left: calc((100vw - 448px) / 2);
		padding-right: calc((100vw - 448px) / 2);
	}
	
	.teamItem .img {
		height: 341px;
	}
	
	.teamItem .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.teamItem .img+.name {
		margin-top: 10px;
	}
	
	.teamItem .name {
		font-size: 16px;
		line-height: 24px;
	}
	
	.teamItem .name+.position {
		margin-top: 2px;
	}
	
	.teamItem .position {
		font-size: 12px;
		line-height: 20px;
	}
}

@media (max-width: 767px) and (max-width: 479px) {
	.teamList {
		margin-left: -16px;
		margin-right: -16px;
	}
	.teamList .wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}
}
