@media only screen and (min-width: 1069px) {
	.hero-heading-headline-bottom {
		max-width: 560px;
	}
}

@media only screen and (max-width: 734px) {
	.hero-heading-cta-container a.button:first-of-type, .hero-heading-cta-container button:first-of-type {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 734px) {
	.links-inline li {
		display: inline-block;
	}
	.links-inline li:last-child {
		margin-top: 12px;
	}
}

@media only screen and (max-width: 734px) {
	.section-apple-one .subhead {
		max-width: initial;
	}
}
