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

.section-resources ul {
	margin-left: 0;
}

.section-resources ul li {
	list-style-type: none;
	margin-bottom: 0.25em;
}

.section-resources ul + p {
	margin-top: 0;
}

.svg-icon:not(:first-of-type) {
	margin-top: 4em;
}

@media only screen and (max-width: 735px) {
	.svg-icon:first-of-type {
		margin-top: 1em;
	}
	.svg-icon:not(:first-of-type){
		margin-top: 3em;
	}
	.section-resources .row .column:first-of-type .svg-icon:first-of-type {
		margin-top: 0;
	}
}