#main section.section.section-hero {
	padding-bottom: 0;
}

#main section.section-features .section-content .row {
	margin-top: 1.6em;
}

.device-hero {
	margin-top: 2em;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.visible {
	opacity: 1;
}

.section-features img {
	width: 58px;
	height: auto;
}

.column.large-11.small-12 > * {
	margin-left: 36px;
}

@media only screen and (max-width: 1068px) {
	.column.large-11.small-12 > * {
		margin-left: 18px;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section.section-features {
		padding-top: 0;
	}
	.column.large-11.small-12 > * {
		margin-left: 0;
	}
	.section-features img {
		margin-top: 1em;
		margin-bottom: 1em;
	}
}
