/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
.page-overview .section-router .cards-container {
	grid-template-columns: 1fr;
}

@media only screen and (min-width: 1069px) {
	.typography-hero-headline-reduced {
		font-size: 45px;
	}
	.page-overview .section-router .cards-container .card-title {
		max-width: 30rem;
	}
	.page-overview .section-router .section-copy {
		max-width: 48rem;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.typography-hero-headline-reduced {
		font-size: 30px;
	}
	.page-overview .section-router .cards-container .card-title {
		max-width: 24rem;
	}
	.page-overview .section-router .cards-container .card-link + .card-link {
		max-width: 20rem;
	}
	.page-overview .section-router .section-copy {
		max-width: 32rem;
	}
}

@media only screen and (max-width: 734px) {
	.typography-hero-headline-reduced {
		font-size: 26px;
	}
	.page-overview .section-router .cards-container .card-title {
		max-width: 14rem;
	}
}

/*------------------------------------*
   END LOCAL FIXES
\*------------------------------------*/
