.news {

	background-color: #fff;
	
}

.news__heading-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;

}




.news__buttons-img {
	display: block;
	margin: auto;
}

.post-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	-ms-align-items: stretch;
	align-items: stretch;
	padding-top: 30px;
}

.post {
	flex-basis: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: 31%;
	padding: 0 30px;
	border: 1px solid #ebebeb;
}

.post__header {
	flex: 0 0 auto;
	height: 160px;
	overflow: hidden;
	margin: 0 -30px;
	text-align: center;
}

.post__image {
	max-width: 100%;
}

.post-middle {
	flex: 1 0 auto;
	padding: 25px 0 20px;
}

.post__heading {
	margin-bottom: 15px;
	font: normal 1.06rem/1.41 'ProximaNovaSemiBold', 'OpenSansBold', 'Arial', sans-serif;
	color: #363636;
}

.post__short-description {
	font: normal 0.8rem/1.46 'OpenSansLight', 'Arial', sans-serif;
	color: #464646;
}

.post__footer {
	flex: 0 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
	margin: 0 -30px;
	padding: 15px 30px;
	border-top: 1px solid #ebebeb;
}

.post__date {
	font: normal 0.75rem/1.58 'OpenSansLight', 'Arial', sans-serif;
	color: #9c9c9c;
}

.post__link {
	color: #838181;
}