.bg-yellow {
	background: linear-gradient(135deg, #f8f5e2 0%, #fafafa 100%);
}

.section-reality-composer h3 {
	margin-top: 1.6em;
}
.section-reality-composer .row:first-of-type h3 {
	margin-top: 0;
}

.section-callouts .row.divider-top {
	margin-top: 4em;
	padding-top: 4em;
}

.section-downloads figure,
.section-downloads img {
	margin: 3em auto 0.75em;
}

.lockup-hero {
	margin-top: 3em;
	width: 1239px;
	height: 510px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	background-image: url("https://developer.apple.com/augmented-reality/tools/images/lockup-hero-large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.lockup-hero {
		background-image: url("https://developer.apple.com/augmented-reality/tools/images/lockup-hero-large_2x.png");
	}
}

.converter-image {
	margin: 2em auto 0;
}

.section-downloads .large-5 h3 {
	margin-top: 0;
}

.section-downloads .large-5 p {
	padding: 0 2em;
}

@media only screen and (max-width: 1068px) {
	.lockup-hero {
		width: 877px;
		height: 361px;
		background-image: url("https://developer.apple.com/augmented-reality/tools/images/lockup-hero-medium.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.lockup-hero {
			background-image: url("https://developer.apple.com/augmented-reality/tools/images/lockup-hero-medium_2x.png");
		}
	}
	.section-downloads .large-5 p {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	h3,
	.section-reality-composer .row:first-of-type h3 {
		margin-top: 1em;
	}
	.section-callouts .row.divider-top {
		margin-top: 1em;
		padding-top: 1em;
	}
	.lockup-hero {
		margin-top: 2em;
		width: 310px;
		height: 128px;
		background-image: url("https://developer.apple.com/augmented-reality/tools/images/lockup-hero-small.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.lockup-hero {
			background-image: url("https://developer.apple.com/augmented-reality/tools/images/lockup-hero-small_2x.png");
		}
	}
	.converter-image {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 320px) {
	.lockup-hero {
		width: 280px;
		height: 116px;
	}
}

/* ===== Grid ===== */
#main
	section.section-callouts
	.section-content
	.row
	> .column.large-6:first-of-type {
	padding-right: 30px;
}
#main
	section.section-callouts
	.section-content
	.row
	> .column.large-6:last-of-type {
	padding-left: 30px;
}

@media only screen and (max-width: 734px) {
	#main
		section.section-callouts
		.section-content
		.row
		> .column.large-6:first-of-type {
		padding-right: 0;
	}
	#main
		section.section-callouts
		.section-content
		.row
		> .column.large-6:last-of-type {
		padding-left: 0;
		padding-top: 2em;
	}
}
