/*Localized Screens*/

@media only screen and (max-width: 357px) {
	.section-content {
		width: 97%;
	}

	.section-content .typography-intro-elevated {
		width: 87%;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-features .section-feature1 h2 {
		max-width: 76%;
	}
}

@media only screen and (min-width: 735px) {
	.feature.section-feature3 .feature-headline {
		max-width: 45%;
	}
}

@media only screen and (max-width: 734px) {
	.feature.section-feature3 .feature-headline {
		max-width: 90%;
	}
}

.section-routes .overview-icon-business img {
	margin-bottom: 15px;
}
