.double-row .section {
	padding-top: 0px;
}

.section-content {
	padding-bottom: 100px;
}

@media only screen and (max-width: 735px) {
	.double-row .section .top-padding {
		padding-top: 100px;
	}
}

.section-compare-grid {
	grid-template-columns:
		minmax(44px, 1fr) minmax(198px, 256px) minmax(2em, 1fr)
		minmax(198px, 256px) minmax(2em, 1fr) minmax(198px, 256px) minmax(44px, 1fr);
}

html.animated-hero-supported .section-hero .hero-lockup h2 {
	margin-left: -80px;
}

@media only screen and (max-width: 1068px) {
	html.animated-hero-supported .section-hero .hero-lockup h2 {
		margin-left: -80px;
	}
}

@media only screen and (max-width: 735px) {
	html.animated-hero-supported .section-hero .hero-lockup h2 {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 735px) {
	.section-apple-watch-support {
		padding-top: 100px !important;
	}
}

.section-compare-grid {
	grid-template-columns:
		minmax(44px, 1fr) minmax(198px, 256px) minmax(2em, 1fr)
		minmax(198px, 256px) minmax(2em, 1fr) minmax(198px, 256px) minmax(44px, 1fr);
}

@media only screen and (max-width: 1068px) {
	.section-compare-grid {
		grid-template-columns:
			minmax(24px, 1fr) minmax(198px, 256px) minmax(2em, 1fr)
			minmax(198px, 256px) minmax(2em, 1fr) minmax(198px, 256px) minmax(24px, 1fr);
	}
}

.grid .column.adjust {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	background-color: #1a1a1a;
	position: relative;
	padding: 0 40px 43px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 735px) {
	.grid .column.adjust {
		display: block;
		max-width: 414px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 1068px) {
	.grid .column.adjust {
		padding: 0 30px 65px;
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 735px) {
	.grid .column.adjust {
		padding: 65px 25px;
	}
}
