section.team {

	padding-top: 12px;

	text-align: center;

	padding-bottom: 50px;

}

section.team .shape {

	position: absolute;

	z-index: -99;

	right: -1070px;

	top: -205px;

	width: 1343px;

	height: 688px;

}

section.team .c {

	position: relative;

}

section.team h2 {

	margin-bottom: 75px;

}

section.team .boxes {}

section.team .box {

	display: inline-block;

	vertical-align: middle;

	height: 677px;

	width: 21%;

	margin: 14px;

}

section.team .box img {

	height: 420px;

	width: 100%;

	border-radius: 10px;

	object-fit: cover;

	-webkit-box-shadow: 40px 40px 52px 5px rgba(0, 0, 0, .03);

	-moz-box-shadow: 40px 40px 52px 5px rgba(0, 0, 0, .03);

	box-shadow: 40px 40px 52px 5px rgba(0, 0, 0, .03);

	-webkit-transition: all 0.5s;

	-moz-transition: all 0.5s;

	-ms-transition: all 0.5s;

	-o-transition: all 0.5s;

	transition: all 0.5s;

	transform: scale(1);

}

section.team .box:hover img {

	filter: grayscale(0%);

	transform: scale(1.025);

}

section.team .box h3 {

	margin-top: 39px;

	font-size: 22px;

	color: var(--color2);

}

section.team .box h4 {

	font-size: 18px;

	font-weight: 500;

	margin-bottom: 27px;

}

section.team .box .tel,

section.team .box .mail {

	font-size: 16px;

	font-weight: 300;

}

/* [xl] */

@media all and (max-width: 1466px) {

	section.team .box {

		height: 509px;

	}

	section.team .box img {

		height: 300px;

	}

}

/* [l] */

@media all and (max-width: 1200px) {

	section.team {

		padding-bottom: 0;

	}

	section.team .box {

		width: 45%;

		height: 618px;

	}

	section.team .box img {

		height: 400px;

	}

}

/* [m] */

@media all and (max-width: 992px) {

	section.team .shape {

		display: none;

	}

}

/* [s] */

@media all and (max-width: 768px) {

	section.team h2 {
		margin-bottom: 25px;
	}

	section.team .box {
		width: 80%;
		margin: 0;
		height: unset;
		padding-bottom: 45px;
	}

	section.team .box h3 {
		margin-top: 25px;
	}

	section.team .box h4 {
		margin-bottom: 5px;
	}

    section.team .box .mail {
	font-size: 14px;
}

}

/* [xs] */

@media all and (max-width: 576px) {

	section.team h2 {

		font-size: 40px;

		line-height: 45px;

	}

}