ul.related-news-list {
    list-style: none;
    padding: 0;
}

.related-news {
    background-color: #f4f4f4;
    padding: 15px;
    margin-bottom: 10px;
}

.related-news-item img {
    width: 100px !important;
    margin-right: 10px;
}

.related-news-item a {
    display: flex;
    margin-bottom: 15px;
    
    font-size: 20px;
    line-height: 22px;
    font-family: Lato, sans-serif;
    color: black !important;
}

.related-news-item{
	display: flex;
}

.related_news{
    background: #d8dadb;
    padding: 5px;
}

.related_news_title {
    font-style: italic;
    margin: 12px 0;
    font-weight: 700;
    color: #da001c;
}

.related-news-item picture {
    width: unset !important;
}

@media only screen and (min-width: 790px) {
.related_news{
    width: 45%;
    float: left;
    margin-right: 20px !important;
    padding: 15px;
}
}