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

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

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
.page-overview .section-router .cards-container {
	grid-template-columns: 1fr;
}
@media only screen and (min-width: 1069px) {
	.page-overview .section-router .section-copy {
		max-width: 42rem;
	}
	.page-overview .section-router .cards-container .card-title {
		max-width: 28rem;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.page-overview .section-hero .section-copy {
		max-width: 36rem;
	}
}
/*------------------------------------*
   END LOCAL FIXES
\*------------------------------------*/
