/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.about {
	margin-top: 14.5rem;
	margin-bottom: 4.7rem;
}

.about--text {
	font-size: 1.563rem;
	max-width: 1000px;
	margin: auto;
	line-height: 1.6;
	margin-bottom: 10rem;
	text-align: center;
}

.about section:nth-child(3) {
	margin-bottom: 15rem;
}

.about--team {
	margin: auto;
	max-width: 1500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 10rem;
	margin-top: 5rem;
}

.team--person:nth-child(2) {
	margin-top: 10rem;
}

.p1 img {
	max-width: 40rem;
}

.p2 img {
	max-width: 28rem;
}

.person--name {
	margin: 0;
	font-size: 1rem;
	margin-bottom: 20px;
}

@media (max-width: 1400px) {
	.p1 img {
		max-width: 35rem;
	}

	.p2 img {
		max-width: 23rem;
	}
}

@media (max-width: 1230px) {
	.p1 img {
		max-width: 30rem;
	}

	.p2 img {
		max-width: 20rem;
	}
}

@media (max-width: 1100px) {
	.p1 img {
		max-width: 24rem;
	}

	.p2 img {
		max-width: 17rem;
	}
}

@media (max-width: 850px) {
	.about--team {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.p1 img {
		max-width: 24rem;
	}

	.p2 img {
		max-width: 17rem;
	}
	.team--person:nth-child(2) {
		margin-top: 0rem;
	}
}

@media (max-width: 414px) {
	.about--text {
		font-size: 1.4rem;
		text-align: left;
	}
	.about--team {
		display: block;
	}
}
