.about-content {
}

.about-content .main {
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-content figure {
	margin-left: -5.833em;
}

.about-content figure > img {
	margin-left: 0;
	display: block;
	max-width: 80%;
}

.about-content .content > div {
	padding-right: 8.056em;
	margin-top: -4.722em;
}

/* 1200px Responsive */

@media screen and (max-width:1200px) {
	.about-content figure {
		margin-left: -2.833em;
	}
}

/* End 1200px Responsive */

/* 1000px Responsive */

@media screen and (max-width:1000px) {
	.about-content figure {
		margin-left: 0;
	}

	.about-content figure > img {
		margin: 0 auto;
		max-width: 100%;
	}

	.about-content img {
		margin: 0 auto;
		display: block;
	}

	.about-content .content > div {
		margin: 2em auto;
		padding-right: 0;
	}

	.about-content .content header {
		text-align: center;
	}
}

/* End 1000px Responsive */
