/** @format */

.acf_section.acf_section_hero_header {
	.headline.headline--1 {
		margin-block-end: 1rem;
	}
	margin-block-start: 0px;
	margin-block-end: var(--universal-large-gap);
	& .background {
		width: 100%;
	}
	& .background--image,
	.background--video {
		margin-block-end: var(--universal-big-gap);

		& img,
		video {
			height: min(calc(100dvh - 20rem), 160dvw);
			width: 100%;
			object-fit: cover;

			@media screen and (max-width: 440px) {
				height: 100dvh;
			}
		}
	}

	.container {
		h2 {
			line-height: 1.6667;
		}
	}
}
