/* HERO IMAGE */
.section-hero-img {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 820px;
	overflow: hidden;
	background-color: #000;
	background-image: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.9) 0%,
			rgba(0, 0, 0, 0.6) 30%,
			rgba(0, 0, 0, 0) 100%
		),
		url("/visionos/images/lifestyle-hero_2x.webp"), url("/visionos/images/lifestyle-hero_2x.png");

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* CUSTOM */
.icon-flex-box {
	display: flex;
	gap: 1em;
	margin-top: 3em;
}

@media only screen and (max-width: 734px) {
	.icon-flex-box {
		flex-direction: column;
	}
}

.unity-icon {
	width: 160px !important;
}
