.content .mainImgContainer {
	background-image: url("../../images/office/contentMainImage.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

#office {
	position: relative;
	width: 100%;
	margin: 112px 0 0;
}
#office:before {
	right: 0;
}

#office .officeInner {
	padding: 0 2em;
}

#office .officeInner .officeContainer {
	width: 100%;
	background: #fff;
	padding: 6.8% 8.5% 0;
}

@media print, screen and (min-width: 770px) {
	#office {
		margin: 7.3% 0 0;
	}

	#office:after {
		bottom: -45px;
		left: 1.3%;
	}

	#office .officeInner {
		padding: 0 4.6%;
	}

}/*min-width: 770px*/
