/* Local Overrides */

/* Nav */
@media only screen and (max-width: 734px) {
	.section-nav .section-content {
		width: 92.5%;
	}
}

.section-nav .section-content {
	text-align: center;
}

/* Hero Cards */
.page-overview .section-router .cards-container .card-title {
	max-width: 22.8rem;
}

@media only screen and (max-width: 1068px) {
	.page-overview .section-router .cards-container .card-title {
		max-width: 18.3rem;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview .section-router .cards-container .card-title {
		max-width: 11.4rem;
	}
}

/* Hero Title */
@media only screen and (min-width: 1069px) {
	.page-overview .section-hero .section-copy {
		margin-inline: 3.7647rem;
	}
}
