.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;
}

.riga-news .box-img-news {
    width: 100%;
    height: 265px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.riga-news .cat-news {
    margin-bottom: 0;
    border-radius: 0;
    position: absolute;
    left: 0;
    font-size: 16px;
}

.riga-news .data-news {
    font-size: 16px;
}

.riga-news .txt-news {
    margin-bottom: 0;
}

@media all and (max-width: 767px) {
    .img_news {
        height: 228px;
    }
}