.hdr-clouds {
	display: flex;
	background-image: url("hdr-clouds-bg.png");
	background-position: 50% 0;
	background-position: 1400px;
	min-height: 334px;
}

.hdr-clouds,
.hdr-clouds .container {
	position: relative;
}

.hdr-clouds__inner {
	--tw-text-opacity: 1;

	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	max-width: 1160px;
	min-height: 210px;
}

.hdr-clouds__title {
	margin: 0;
	font-family: Sanchez, Helvetica, Arial, sans-serif;
	font-size: 2.125em;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.hdr-clouds__subtitle,
.hdr-clouds__title {
	transition-duration: 0.35s;
	transition-property: font-size;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: ease-in-out;
}

.hdr-clouds__subtitle {
	margin: 5px auto 0;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	font-style: normal;
	max-width: 500px;
}

.hdr-stars {
	position: absolute;
}

.hdr-stars__left {
	top: 10%;
	left: 8.6%;
}

.hdr-stars__middle {
	top: 36%;
	bottom: auto;
	left: 21%;
}

.hdr-stars__right {
	top: -0.625rem;
	right: 11.6%;
}
