.pageTeam {
	background: #FBF7F7;
}
.pageTeamTitle {
	font-weight: bold;
font-size: 14px;
line-height: 16px;
margin: 45px 0;
color: #000000;
}


.teamSubtitle {
	font-size: 18px;
line-height: 21px;
/* identical to box height */


color: #000000;
margin: 18px 0;
}
.teamBlockItem {
	width: 154px;
	margin-left: 85px;
	margin-bottom: 26px;
}



.teamBlockItem:nth-of-type(5n+1) {
margin-left: 0;
}
.teamBlock {
	margin-left: 40px;
width: 1125px;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 26px;
	flex-wrap: wrap;

}
.teamBlockItemImg {
	height: 154px;
        width: 154px;
	border-radius: 50%;
	filter: grayscale(100%);
	cursor: default;
}

.teamBlockItemImg img {
	border-radius: 50%;
        width: 154px;
        height: 154px;
}





.teamBlockItemName {
font-weight: 600;
font-size: 14px;
line-height: 16px;
cursor: pointer;
margin: 5px 0;
color: #000000;
text-align: center;
}


.teamBlockItemBio {
	font-size: 12px;
line-height: 14px;
/* identical to box height */
cursor: pointer;
text-align: center;
color: #868484;
}

.teamSubtitleSales {
	margin-top: 59px;
}


