/* local overrides */
.section-hero .section-header-subcopy-container .hearing-avail-2 {
	width: 100%;
}

.section-hero {
	--scroll-container-height: 116.6vh;
}

@media only screen and (max-width: 1068px) {
	.section-hero {
		--scroll-container-height: 108vh;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero {
		--scroll-container-height: 109.2vh;
	}
}
