.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;
}
.authorsBlock {
	margin-left: 40px;
	flex-wrap: wrap;
width: 1125px;
	display: flex;
	margin-bottom: 26px;
	justify-content: flex-start;

}
.teamBlockItemImg {
	height: 154px;
	width: 154px;
	border-radius: 50%;
	filter: grayscale(100%);
	cursor: default;
}


.teamBlockItemImg img {
	height: 154px;
	width: 154px;
	border-radius: 50%;
}







.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;
}

.teamBlockItem:nth-of-type(5n-4) {
	margin-left: 0;
}


