.team__container {
	padding: 100px 0;
	overflow: hidden;
}

.team__grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.team__item {
	display: flex;
	flex-direction: column;
	margin: 0 20px 20px;
	text-align: center;
	width: calc(100% - 40px);
}

@media only screen and (min-width: 600px) {
	.team__item {
		width: calc(50% - 40px);
	}
}


@media only screen and (min-width: 767px) {
	.team__item {
		width: calc(33.33% - 40px);
	}
}

@media only screen and (min-width: 977px) {
	.team__item {
		width: calc(25% - 40px);
	}
}

/* .team__container {
	padding: 100px 0;
	overflow: hidden;
}

.team__grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -25px;
}

.team__item {
	margin: 0 25px 5vw;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: calc(100% * (1 / 4) - 50px - 1px);
	text-align: center;
}

@media only screen and (max-width: 977px) {
	.team__item {
		flex-basis: calc(100% * (1 / 3) - 50px - 1px);
	}
}

@media only screen and (max-width: 400px) {
	.team__item {
		margin: 0 25px 5vw;
		flex-basis: 100%;
	}
} */

.team__item--name {
	margin-bottom: 20px;
}

.team__item--function {
	margin-bottom: 10px;
	font-weight: 400;
	line-height: 1.5;
}

.team__item--image {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.team__item--text {
	font-style: italic;
	line-height: 24px;
}

.team__item--email {
}
