h1 {
	margin-bottom: 0;
}
.banner {
	display: block;
}
.text-center {
	text-align: center;
}
.grey-bg {
	background-color: #E8E8E8;
	padding: 1rem 2rem;
}
.flex-container {
	display: flex;
}
h2, h3, h4 {
	font-size: 3rem;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
h2 {
	margin: 2rem 0 0;
	font-size: 3.2em;
	line-height: 2rem;
}
h3 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: 400;
}
.inner_content p {
	font-size: 1.2em;
	line-height: 1.4em;
}
.steps {
	gap: 3rem;
	background: #1d1d1d;
	color: #fff;
	margin: 1rem 0 2rem 0;
	padding: 2rem;
}
.steps > div {
	width: 33.33%;
}
.steps h4 {
	font-size: 1rem;
	font-weight: 400;
}
.steps .icon {
	max-width: 60%;
}
.steps p {
	margin: 0;
	font-size: .9rem;
	line-height: 1.2rem;
	color: #f4f4f4;
}