.q-content--wrapper {
	margin-top: 4.5em;
}
.heading--1 {
	margin-bottom: 0.34091em;
}
.heading--sub {
	margin-top: 0;
	margin-bottom: 1.45em;
}
hr {
	margin: 1.5em auto;
	max-width: 66.67%;
}
.benefit__heading {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0.65em 0;
	font-weight: 400;
	font-family: Gotham, sans-serif;
}
.content {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.content .content__column {
	width: 33%;
	max-width: 33%;
	margin: 0 30px 0 0;
}
.content .content__column:last-child {
	margin-right: 0;
}
.benefit__text {
	margin-bottom: 2.5em;
}
.benefit__text p {
	margin: 0;
}
.benefit__text ul {
	margin: 0;
	padding: 0 0 0 1em;
	list-style-position: outside;
}

@media (max-width: 719px) {
	.content {
		flex-direction: column;
	}
	.content .content__column {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
}

/*# sourceMappingURL=index.css.map */