body {
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	font-family: Arial, sans-serif;
	background-color: #938465;
}
.at-work {
	max-width: 300px;
	margin: 80px auto;
}
.at-work h3 {
	font-size: 42px;
	line-height: 46px;
	text-align: center;
	margin: 0;
}
.content-wrapper {
	max-width: 820px;
	margin: auto;
	text-align: center;
}
h1 {
	font-size: 62px;
	line-height: 66px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0 0 60px;
}
h2 {
	font-size: 42px;
	line-height: 42px;
	text-transform: uppercase;
	margin: 100px 0 32px;
}
h1 > span,
h2 > span {
	font-weight: 100;
}
.teaser {
	font-size: 32px;
	font-weight: 100;
	line-height: 42px;
	text-transform: uppercase;
	margin: 0 100px;
}

@media(max-width: 820px) { 

	.content-wrapper {
		max-width: calc(100% - 50px);
		margin-right: 25px;
		margin-left: 25px;
	}
}