/* Local Overrides */

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

@media only screen and (max-width: 416px) {
	.page-overview .section-nav .nav-wrapper {
		padding-left: 30px !important;
		width: 72% !important;
	}
}

/* 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;
	}
}
