#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: 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: 735px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

h2 + h3 {
	margin-top: 1.6em;
}

.tile-wrap {
	background-color: #fff;
	border-radius: 2em;
	padding: 2em 6em;
	margin: 2em auto 0;
}

.section-hero .section-content {
	min-height: 718px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url("/app-store/small-business-program/images/lifestyle-hero-large.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.section-hero .section-content {
		background-image: url("/app-store/small-business-program/images/lifestyle-hero-large_2x.jpg");
	}
}
.section-hero .section-content .row {
	padding-top: 4em;
}

.section-overview .section-content {
	background: linear-gradient(to bottom, #ecf4fb 0%,#e5e0ed 100%);
}
.section-overview .section-content .row {
	padding-top: 4em;
	padding-bottom: 2em;
}

#main section.section.section-faq {
	margin-bottom: 4em;
}

.section-faq .section-content .row {
	padding-top: 4em;
	padding-bottom: 4em;
}

@media only screen and (max-width: 735px) {
	.section-hero  {
		min-height: 718px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-image: url("/app-store/small-business-program/images/lifestyle-hero-large.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.section-hero {
			background-image: url("/app-store/small-business-program/images/lifestyle-hero-large_2x.jpg");
		}
	}
	.section-hero .section-content {
		min-height: 0;
		background-size: unset;
		background-repeat: unset;
		background-position: unset;
		background-image: none;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.section-hero .section-content {
			background-image: none;
		}
	}
	.section-hero .section-content .row {
		padding-top: 2em;
	}
	.section-overview {
		background: linear-gradient(to bottom, #ecf4fb 0%,#e5e0ed 100%);
	}
	.section-overview .section-content {
		background-color: unset;
	}
	.section-faq .section-content {
		background-color: unset;
	}
	.tile-wrap {
		padding: 2em 2em;
	}
}

@media only screen and (max-width: 375px) {
	.section-hero  {
		min-height: 800px;
	}
}

@media only screen and (max-width: 320px) {
	.section-hero  {
		min-height: 830px;
	}
}
