.dbb-news { width: 100%; float: left; padding: 0; margin: 0; font-size: 14px; }
.dbb-news .image-wrap, .dbb-news .text-wrap { width:100%; float:left; }
.dbb-news .image-wrap .image, .dbb-news .image-wrap .image img { width:100%; height: auto; }

.dbb-news .image-wrap { position:relative; }

.dbb-news .text-wrap { display: table; border-right: 1px solid #fff; }
.dbb-news .text-wrap .text { display: table-row; background-color: #fff; }
.dbb-news .text-wrap .text a { display: block;  border-bottom: 1px solid #f3f3f3; padding: 12px 19px 5px 19px; color:#7c7c7c; min-height: 100px;}
.dbb-news .text-wrap .text a .date { padding-left: 4px; font-size: 12px; float: right; }
.dbb-news .text-wrap .text a h4 { font-size:16px; color:#c20069; padding-bottom:6px; }
.dbb-news .text-wrap .text:last-child a { border: none; }
.dbb-news .text-wrap .text a span+span { color: #c20069; font-size: 13px; padding-left: 5px;  }
.dbb-news .text-wrap .text a span+span:hover {color: #233588; }

.dbb-news .text-wrap .text.active { background-color:#f3f3f3; }
.dbb-news .text-wrap .text.active a { position:relative; }

section.container .col-xs-12.col-md-8 .dbb-news h3{margin-bottom: 20px; }

.dbb-rss { padding:29px 20px; }
.dbb-rss a .date { color:#7c7c7c; font-size:14px; padding:12px 0 6px 0; }
.dbb-rss a h4 {  color:#c20069; font-size:15px; }
.dbb-rss a h4:hover { color:#32425a;}
a.dbb-rss-more { color: #455e6e; padding: 0 20px 20px 20px; display:inline-block; }
a.dbb-rss-more:hover { color:#c20069; }
a.dbb-rss-more:after { content: '\f054'; font: 500 22px var(--fontAwesome); color: #c20069; position: relative; top: 4px; padding-left: 22px; }

.dbb-rss.list-item a .description { font-size: 15px; color: #455e6e; }
.dbb-rss.list-item a h4 { font-size: 18px; margin-bottom:10px; }
.dbb-rss.list-item { padding:0 0 30px 0; }

@media (min-width: 768px) {
    .dbb-news .image-wrap, .dbb-news .text-wrap { width:50%; }
    .dbb-news .text-wrap .text a { display: table-cell; padding: 5px 19px; min-height: inherit; }
    .dbb-news .text-wrap .text a h4 { font-size:14px; }
    .dbb-news .text-wrap .text a span+span {float: right;  padding-left: 0; }
    .dbb-news .text-wrap .text.active a:before { content: ''; position:absolute; left:-19px; top:50%; transform: translate(0, -50%); width: 0; height: 0;  z-index:1; border-style: solid; border-width: 20px 19px 20px 0; border-color: transparent #f3f3f3 transparent transparent; }


    .dbb-news .text-wrap .rss-text { display: none; }
}

@media (min-width: 992px) {

    .dbb-news .text-wrap .text a h4 { font-size:16px; }
    .dbb-news .text-wrap .text a span+span { font-size: 14px; float: none; padding-left: 5px; }
    .dbb-news .text-wrap .text a span+span:after {}
    .dbb-news .text-wrap .rss-text { display: inline; }

}
@media (min-width: 1200px) {
    .dbb-news .text-wrap .text a { padding: 12px 19px; }
}

@media (min-width: 1500px) {

    .dbb-news .text-wrap .text a { padding: 16px 19px; }

}
