.col50.news {
    margin: 0 3% 116px 0;
	width: 48.5%;
}

.col50.news:last-child {
    margin: 0 0 116px;
}

.img_news {
    width: 100%;
    height: 328px;
}

.data_news span {
    font-size: 14px;
    color: #190004;
    text-align: center;
    margin: 22px 0 16px;
    display: block;
}

.box-news h3 {
    padding: 0 40px;
    margin: 0 0 16px;
	text-align: center;
}

.box-news .link, .box-news .link:hover, .box-news .link:active, .box-news .link:focus {
    display: block;
    text-align: center;
    color: #190004;
    font-size: 18px;
    font-weight: 700;
}

.box-news .link:hover, .box-news .link:active, .box-news .link:focus {
    color: #8C0A1F;
}

.link i {
    margin-left: 16px;
    font-weight: bold;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.col50.news {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.col50.news:last-child {
		margin: 0;
	}
	.box-news h3 {
		font-size: 28px;
		line-height: 35px;
	}
	.box-news .link, .box-news .link:hover, .box-news .link:active, .box-news .link:focus {
		font-size: 14px;
		line-height: 14px;
	}
}