
#topfeature .gridrow > ol:last-child {
	padding-left: 1em;
}

section#topfeature {
	padding-bottom: 0;
}
#topfeature ol {
	margin-top: 1em;
	margin-bottom: 3em;
	padding-left: 1.5em;
}
#topfeature ol li {
	padding-left: 0em;
}

section#specs {
	padding-top: 48px;
} 

#specs h4 {
	padding-top: 16px;
}

@media screen and ( max-width: 700px ) {
	#topfeature .gridrow {
		display: flex;
	}

	section#specs {
		padding-top: 24px;
	} 
}