.news-content {
	border-bottom: 1px solid #757575;
	padding-bottom: 2em;
}
.news-content .news-title {
	background-color: #cf000e;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.5;
	padding: 0.2em;
}
.news-content .news-text {
	padding: 2em 0 1em;
}
.news-content .news-text li {
	list-style-position: inside;
}
.news-content .news-text p {
	margin-bottom: 1em;
}
.news-content .news-text img{
	height:auto;
}

.return-button .radius-red-button {
	display: block;
	width: 5em;
	margin: 2em auto;
	text-align: center;
}

@media screen and (min-width: 960px) {
  .news-content .news-title {
		font-size: 1.6em;
		text-align: center;
  }
}
