.hero {
	padding-top: 140px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.acf-block-preview .hero {
	margin-top: 0;
}
.hero-content > * {
	width: 100%;
    max-width: 1252px;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
}
.hero-content > .alignwide  {
	max-width: 100%;
}
.hero-content .wp-container-10 {
	gap: 0.5em !important;
}
@media (min-width: 782px) {
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: var(--wp--style--block-gap,20px);
}
}
@media only screen and (max-width: 1199px)  {
	.hero { padding-top: 90px; }
}
