@media only screen and (min-width: 1069px) {
	.typography-subsection-headline + .typography-subsection-copy {
		font-size: 38px;
	}
}

@media only screen and (max-width: 1068px) {
	.localcss01 {
		padding-bottom: 28px;
	}
}

@media only screen and (max-width: 734px) {
	.localcss01 {
		padding-bottom: 23px;
	}

	.section-hero .hero-content .hero-headline .hero-headline-copy {
		max-width: 315px;
	}
}

.section-routers {
	padding-bottom: 110px;
}

@media only screen and (max-width: 1068px) {
	.section-routers {
		padding-bottom: 77px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers {
		padding-bottom: 73px;
	}
}
