

/* Start:/bitrix/templates/.default/components/bitrix/news/team/bitrix/news.list/.default/style.css?1685958810512*/
/*---------------------------
	TEAM LIST SLIDER
---------------------------*/

.team-item-wrap {
	padding: 0 15px;
}

.team-list-nav {
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.team-list-nav-prev,
.team-list-nav-next {
	color: #686868;
	cursor: pointer;
	font-size: 2.5rem;
	margin: 0 25px;
	transition: all .4s ease;
}

.team-list-nav-prev:hover,
.team-list-nav-next:hover {
	color: #2fdba9;
}

@media(max-width: 767px) {

	.team-list-nav {
		margin: 5px 0 20px;
	}

}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/team/bitrix/news.list/.default/style.css?1685958810512 */
