.device-row {
	margin-top: 4em;
}

.callout {
	padding: 3em 0;
}

.section-watch .callout {
	padding: 1em 0;
}

.callout.whats-new-callout {
	background-color: #e4edff;
	border: 1px solid #93c0ed;
	padding: 1.5em;
}
body[data-color-scheme="dark"] .callout.whats-new-callout {
	background-color: #1b2332;
	border-color: #36445f;
}

@media only screen and (max-width: 1068px) {
	.device-iphone-13-pro-silver-container.device-medium-for-small
		.device-screen {
		left: 13px;
		width: 187px;
	}
}

@media only screen and (max-width: 734px) {
	.device-row {
		margin-top: 1em;
	}
	.device-wrap {
		margin-top: 2em;
	}
	.callout {
		padding: 2em 1em;
	}
}

/* ========== Grid ========== */
#main section.section {
	padding-top: 1.5em;
	padding-bottom: 0;
}
#main section.section.section-hero {
	padding-top: 4em;
	padding-bottom: 2.5em;
}
#main section.section.section-watch {
	padding-top: 3em;
	padding-bottom: 3em;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}
#main section .section-content .row.row-center > .column {
	align-self: center;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 1.5em;
		padding-bottom: 0;
	}
	#main section.section.section-hero {
		padding-top: 3em;
		padding-bottom: 1.5em;
	}
	#main section.section.section-watch {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
	#main section .section-content .row.row-center > .column {
		align-self: unset;
	}
}
