/* stylelint-disable */
.c-hero {
	margin: 4rem 0;
}

.c-hero__title {
	margin: 0;
}

.c-hero__cta {
	display: flex;
	justify-content: center;
	margin-top: 16px;
}

.c-hero__cards {
	margin-top: 44px;
}

@media (min-width: 1024px) {
	.c-hero__cards {
		margin-top: 49px;
	}
}

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