@media screen and (max-width: 1200px) {
	

}

@media screen and (max-width: 1100px) {
	.aboutus .left_side,
	.aboutus .right_side,
	.aboutus .left_side_photos {
		float: none;
		width: 100%;
		display: block;
	}
	.aboutus .left_side {
		text-align: center;
		margin-bottom: 20px;
	}
	.aboutus .left_side_photos {
		text-align: center;
		margin-bottom: 20px;
		height: auto;
		min-height: auto;
	}
	.aboutus .right_side {
		margin-bottom: 30px;
	}
	.aboutus .left_side_photos img {
		width: 95%;
	}
	.aboutus h3 {
		text-align: center;
	}
	.aboutus .person:not(:last-child):after {
		content: "";
		clear: both;
		display: block;
		margin-bottom: 20px;
	}
}

