.bg-gradient {
	background: linear-gradient(to bottom, #f2f1f0 0%, #ffffff 100%);
}

.section-resources .row:not(:first-of-type) {
	padding-top: 4em;
}
#main section.section-hero .section-content .row.headline-row {
	margin-bottom: 2em;
}

.svg-icon {
	margin: 0 0 1em;
	width: 56px;
	height: 56px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.document-icon {
	background-image: url("/assets/elements/icons/wwdr-unified/document.svg");
}

.code-icon {
	background-image: url("/assets/elements/icons/wwdr-unified/curly-brackets.svg");
}

.forums-icon {
	background-image: url("/assets/elements/icons/wwdr-unified/forum.svg");
}

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

@media only screen and (max-width: 734px) {
	#main section.section-hero .section-content .row.headline-row {
		margin-bottom: 0;
	}
	.svg-icon {
		margin: 2em 0 1em;
	}
	.section-resources .row:not(:first-of-type) {
		padding-top: 0;
	}
	.section-resources .row:first-of-type .column:first-of-type .svg-icon {
		margin-top: 0;
	}
}
