

/* Start:/local/templates/.default/components/bitrix/news.list/team_page/style.css?1718866698804*/
.team-page{
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.team-page .team-page-item:nth-child(even) .text{
	order: -1;
}
.team-page__photo{
	background-color: var(--color-5);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 46px;
}
.team-page__name{
	text-align: center;
	margin-bottom: 21px;
}
.team-page__post{
	text-align: center;
	color: #808080;	
	font-size: 14px;	
	font-weight: 500;
	line-height: 23px; 
	max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.team-page__text{
	line-height: 26px; 
	text-align: justify;
}
.team-page__text p{
	margin-top: 0px;
    margin-bottom: 26px;
}
.team-page__text p:last-child{
	
    margin-bottom: 0px;
}

@media(max-width:991px){
	.team-page .team-page-item:nth-child(even) .text{
		order: unset;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/team_page/style.css?1718866698804 */
