h2 + h4 {
	margin-top: 1.6em;
}

.weather-icon {
	margin-top: 2em;
}
body[data-color-scheme="dark"] .weather-icon {
	filter: invert(1);
}

.section-topics img {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.section-topics .column.large-8 h2,
.section-topics .column.large-8 h3,
.section-topics .column.large-8 p {
	padding-left: 20px;
}

@media only screen and (max-width: 1068px) {
	.section-topics .column.large-8 h2,
	.section-topics .column.large-8 h3,
	.section-topics .column.large-8 p {
		padding-left: 0;
	}
}

@media only screen and (max-width: 734px) {
	.section-topics img {
		margin: 1em 0 0.75em;
	}
}

/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section.section-topics .section-content .row:not(:last-of-type) {
	margin-bottom: 2em;
}
@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
}
