@CHARSET "UTF-8";

section.latestNews article {
	margin: 2em 0 2em;
}

section.latestNews article.first {
	margin-top: 1em;
}

section.latestNews article header h1 {
	color: #10a69a;
}

section.latestNews article>a {
	color: #000;
}

@media screen and (max-width: 767px) {
	section.latestNews article div {
		margin-bottom: 1em;
	}
	section.latestNews article div,section.latestNews article figure {
		padding: 0;
	}
}