* {
	margin: 0;
	padding: 0;
	font-family: 'Gibson Regular';
}

body {
	background: #477f50;
}

.wrapper {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}

.banner {
	width: 100%;
	height: 635px;
	background: url('../banner.png') no-repeat center center;
	background-size: contain;
	box-shadow: 0 50px 50px rgba(0,0,0,.3);
	margin-top: 70px;
	position: relative;
}

.info {
	position: absolute;
	bottom: 200px;
	left: 220px;
	font-size: 32px;
	text-align: center;
	color: #477f50;
	font-family: 'Gibson SemiBold';
	text-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.info small {
	display: block;
	margin-top: 4px;
	font-size: 15px;
}

section {
	background: #fff;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	clear: both;
	margin-top: 70px;
	box-shadow: 0 50px 50px rgba(0,0,0,.3);
}

@media (max-width: 1060px) {
	
}