@media only screen and (max-width: 1024px) {
	.hero-badge {
		display: none;
	}
}

.section-hero {
	display: grid;
	align-items: center;
	overflow: hidden;
	color: #fff;
	position: relative;
	text-align: left;
	padding: 40px 0;
	min-height: 400px;

	@media (min-width: 1024px) {
		&.hero-extended-height {
			font-size: 28px;
			line-height: 1.43;
			min-height: 600px;
		}
	}
}

.section-hero.hero-left-aligned {
	.hero-tile {
		max-width: 400px;
		text-align: left;

		& > * {
			text-align: left;
		}
	}
}

@media (min-width: 1024px) {
	.section-hero.hero-left-aligned .hero-tile {
		max-width: 640px;
	}
}

.hero-tile {
	width: 100%;
	text-align: center;

	& > * {
		text-align: center;
	}

	& > .btn {
		margin-top: 20px;
	}
}

.hero-icon {
	display: block;
	margin-bottom: 10px;
}

.hero-tile p {
	margin-bottom: 10px;

	.soventure {
		font-size: 2.8rem;
	}
}

.hero-tile .btn,
.hero-tile .wp-block-button__link,
.hero-tile input[type="button"],
.hero-tile input[type="reset"],
.hero-tile input[type="submit"],
.hero-tile button[type="submit"] {
	padding: 21px 36px;
}
