.section-get-started .row:not(:last-of-type) {
	margin-bottom: 4em;
}

ul.links.small {
	margin-bottom: 0;
}

.icon-topic {
    width: 48px;
    height: 48px;
    background-size: 52px 52px;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-design {
    background-image: url("/assets/elements/icons/topics/design.svg");
}
.icon-build {
    background-image: url("/assets/elements/icons/topics/build.svg");
}
.icon-test {
    background-image: url("/assets/elements/icons/topics/test.svg");

}


@media only screen and (max-width: 1068px) {
	.icon-topic {
	    margin-top: -6px;
	    margin-left: -10px;
	}
}


@media only screen and (max-width: 735px) {
	.section-get-started .row:not(:last-of-type) {
		margin-bottom: 0;
	}
	.icon-topic {
	    margin-top: 0;
	    margin-left: 0;
	    margin-bottom: -20px;
	}
}

/* ========== Grid ========== */
#main section.section.section-hero {
	padding-bottom: 0;
}
#main .section-content.divider-bottom {
	padding-bottom: 4em;
}

@media only screen and (max-width: 735px) {
	#main .section-content.divider-bottom {
		padding-bottom: 1em;
	}
}