.ic-hero {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ic-hero__image {
	width: 100%;
	line-height: 0;
}

.ic-hero__image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

.ic-hero__subtext {
	margin: 0;
	white-space: pre-line;
}
