.team-item {
	padding: 60px 0;
}

.team-item .container {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}

.team-item:first-child {
	padding-top: 30px;
}

.team-item:nth-child(2n) {
	background: #f2f2f2;
}

.team-item:nth-child(2n) .photo {
	order: 2;
}

.photo {
	width: 320px;
	height: 320px;
	border: 2px solid #88c1c5;
	border-radius: 50%;
	overflow: hidden;
}

.photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-info {
	flex: 1 1;
	padding-left: 40px;
}

.team-item:nth-child(2n) .team-info {
	padding-left: 0;
	padding-right: 50px;
}

.team-item p {
	margin-top: 15px;
}

.name, .position {
	font-family: Helveticaneuecyr-Bold;
}

.team-item .name {
	font-size: 21px;
	color: #497375;
	margin-top: 0;
}

.team-item .position {
	margin-top: 0;
}

#leadership-content {
	padding-bottom: 0;
}

@media (max-width: 960px) {
	.team-info {
		flex: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.team-item:nth-child(2n) .team-info {
		padding-right: 0;
	}
	.photo {margin: 0 auto; margin-bottom: 30px;}
	.name, .position {text-align: center;}
	.team-item:nth-child(2n) .photo {order: -1;}
	.photo {width: 300px; height: 300px;}
}
