/*  Local Overrides */

/* equity */
@media only screen and (min-width: 1069px) {
	.section-equity .stories-headline {
		max-width: 565px;
	}
}

/* routers */
@media only screen and (min-width: 734px) and (max-width: 1068px) {
	#overview-routers-3-1 > img,
	#overview-routers-4-1 > img,
	#overview-routers-5-1 > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media only screen and (min-width: 734px) {
	.section-router .routers {
		display: flex;
	}
}

@media only screen and (min-width: 734px) {
	.section-router .routers .router-item {
		width: 33%;
	}
}
@media only screen and (min-width: 1069px) {
	.section-router .routers .router-item-headline {
		font-size: 34px;
	}
	.section-router .routers .router-item-content {
		padding: 52px 32px 74px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-router .routers .router-item-headline {
		font-size: 25px;
	}
	.section-router .routers .router-item-content {
		padding: 32px 22px 54px;
	}
}

/* Section into */
.section-intro .section-content {
	max-width: 872px;
}

/* Section equity subtitle */
.section-equity .stories-subhead {
	max-width: 625px;
}

/* educators */
@media only screen and (min-width: 1069px) {
	#creativity .story-card .story-headline {
		max-width: 10ch;
	}
}

/* Section Router headline */
.section-router .headline {
	max-width: 620px;
}
