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

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

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

.section-router .routers .router-item-malala {
	grid-column: span 3;
}

@media only screen and (max-width: 734px) {
	.section-router .routers .router-item-malala {
		grid-column: span 1;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	#higher-education-modal-headline {
		font-size: 44px;
	}
	.section-equity .card__quote {
		max-width: 11.5em;
	}
	.section-router .routers .router-item-malala .router-item-content {
		max-width: 41%;
	}
}

@media only screen and (min-width: 1069px) {
	.section-router .routers .router-item-malala .router-item-content {
		max-width: 441px;
	}
}

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