/*Local fix*/
.section-router .section-content .headline-width {
	max-width: 100%;
}

@media only screen and (max-width: 735px) {
	.section-router .section-content h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 735px) {
	.section-hero .link {
		margin-top: 18px;
	}
}
