.news {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.102);
}
.news a:hover {
    color: #E71618;
    text-decoration: none;
}
.news-highlight a:hover {
    text-decoration: none;
}
.news-highlight .thumbnail-highlight {
    height: 435px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.news-highlight .thumbnail {
    height: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}