.main {
	overflow: inherit;
}

section.section.section-hero .section-content {
	overflow-x: visible;
}

.device-iphone-14-pro-black .device-screen {
	left: 17px;
}

.bg-alt {
	background-color: #f2f2f2;
}

.row.row-flex {
	margin: 2em 0;
}
.row.row-flex:last-of-type {
	margin-bottom: 0;
}

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

.column-flex-center {
	align-self: center;
}

.apple-pay-hero {
	margin-top: 3em;
	width: 1060px;
	height: 568px;
}

@media only screen and (max-width: 1068px) {
	.apple-pay-hero {
		width: 690px;
		height: 370px;
	}
	.device-iphone-14-pro-black .device-screen {
		left: 12px;
	}
	.river-left .column:first-of-type * {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 734px) {
	.column-flex-center {
		align-self: unset;
	}
	.section-wallet h3 {
		margin-top: 1.2em;
	}
	.apple-pay-hero {
		margin-top: 3em;
		width: 300px;
		height: 161px;
	}
	.row.row-flex {
		margin: 3em 0;
	}
	.row.row-flex:last-of-type {
		margin-bottom: 0;
	}
	.device-wrap {
		margin-top: 1em;
	}
	.row.row-flex.divider-top {
		padding-top: 3em;
		margin-top: 3em;
	}
	.river-left .column:first-of-type * {
		margin-left: 0;
	}
}

/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}
