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

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