/* local overrides */

/* Accesories Section */
@media only screen and (min-width: 735px) and (max-width: 835px) {
	#main
		> section.section.section-routers
		> div
		> section.router.router-accessories.row
		> div
		> div.copy-container.large-6.small-12
		> h2 {
		font-size: 33px;
	}
}

/* Hero CTA */
@media only screen and (max-width: 380px) {
	.section-hero .hero-content ul li:nth-child(2) {
		padding: 0 20px;
	}
}
