/* Local overrides */

/* Hero Section */

@media only screen and (max-width: 734px) {
	.typography-marquee-detail {
		margin: auto;
		padding-bottom: 36px;
	}

	.marquee-milestone.typography-marquee-detail-reduced {
		padding-bottom: 112px;
	}
}

@media (min-width: 735px) and (max-width: 1068px) {
	.section-welcome
		.marquee
		.marquee-header:has(
			.marquee-milestone.typography-marquee-detail-reduced
		) {
		margin-bottom: 28px;
	}
}
