.news{}
.news__heading{
	padding: .5em 1em;
	margin-bottom: 1em;
	
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.25em;
	
	background-color: #ffcc00;
}
.news__figure{
	text-align: center;
	margin-bottom: 2em;
}
.media{}
.media:after{
	content: "";
	display: block;
	clear: both;
}
.media__image{
	float: left;
	margin-right: 2em;
}
.media__image--right{
	float: right;
	margin-left: 2em;
	margin-right: 0;
}
.media__body{}
.news__note{
	margin-top: 1em;
	margin-bottom: 1em;
}
