/* LOCAL EDITS */
/* apple business tile */
.section-routers .router-item-business {
	height: 600px;
	background-color: #fff;
}

.section-routers .overview-business {
	width: 100%;
}

@media only screen and (max-width: 1068px) {
	.section-routers .router-item-business {
		height: 400px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .router-item-business {
		height: 506px;
	}
}
