.hero {
	padding: 80px 30px;
	background: #eeeeee;
}

.hero h1 {
	font-size: 56px;
	line-height: 1.1;
	margin: 0 0 20px;
}

.hero p {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
}

.hero__button {
	display: inline-block;
	margin-top: 24px;
	padding: 12px 22px;
	background: #111;
	border: 1px solid #111;
	color: #fff !important;
	text-decoration: none;
}