/*  Local Overrides */

#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: 735px) {
	.section-router .routers .router-item-malala {
		grid-column: span 3;
	}
}
@media only screen and (min-width: 1069px) {
	.section-router .routers .router-item-content {
		padding: 52px 42px 74px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-router .routers .router-item-content {
		padding: 32px 22px 54px;
	}
}
