.section-resources .row:not(:first-of-type) {
	padding-top: 4em;
}

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

.download-icon {
	background-image: url("/?originalUrl=https%3A%2F%2Fdeveloper.apple.com%2Fassets%2Felements%2Ficons%2Fwwdr-unified%2Fdownload.svg");
}

.document-icon {
	background-image: url("/?originalUrl=https%3A%2F%2Fdeveloper.apple.com%2Fassets%2Felements%2Ficons%2Fwwdr-unified%2Fdocument.svg");
}

.code-icon {
	background-image: url("/?originalUrl=https%3A%2F%2Fdeveloper.apple.com%2Fassets%2Felements%2Ficons%2Fwwdr-unified%2Fcurly-brackets.svg");
}

.video-icon {
	background-image: url("/?originalUrl=https%3A%2F%2Fdeveloper.apple.com%2Fassets%2Felements%2Ficons%2Fwwdr-unified%2Fplay.svg");
}

.forums-icon {
	background-image: url("/?originalUrl=https%3A%2F%2Fdeveloper.apple.com%2Fassets%2Felements%2Ficons%2Fwwdr-unified%2Fforum.svg");
}

@media only screen and (max-width: 734px) {
	.xcode-logo {
		margin-left: auto;
	}
	.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;
	}
}

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

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