.restore-news .top-news-item {
    padding: 30px;
    background: linear-gradient(90deg, #cc092f 23%, #FFF 23%);
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 40px;
}

#content .restore-news .top-news-item a.h2 {
    display: inline;
    color: white;
    text-decoration: none;
    background-image: linear-gradient(#FFF, #FFF);
    background-position: 0% 95%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .4s;
}

#content .restore-news .top-news-item:hover a.h2 {
    background-size: 100% 1px;
}

#content .restore-news .top-news-item a.h2:focus {
    color: white;
    background-color: transparent;
    background-size: 100% 1px;
    outline: 0;
}

.restore-news .top-news-item-content {
    display: flex;
    background: #cc092f;
    margin-top: -5px;
    align-items: center;
}

.restore-news .top-news-item-content .news-item-title {
    padding: 15px;
    padding-left: 0;
}

.restore-news .top-news-item-content .h2 {
    color: white;
    font-size: 1.9em;
}

.restore-news .top-news-item-date-container {
    display: flex;
    color: #111;
    font-size: 1.4em;
    background: #ebebeb;
    font-weight: bold;
    text-transform: uppercase;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    align-self: stretch;
    justify-content: center;
}

.restore-news .top-news-item-date-container .date {
    font-size: 1.6em;
}

.restore-news .news-item {
    display: flex;
    margin-bottom: 30px;
}

.restore-news .news-item .news-thumbnail {
    width: 140px;
    flex-shrink: 0;
}

.restore-news .news-item .news-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.restore-news .news-item .news-item-content {
    display: flex;
    align-items: center;
}

#content .restore-news .news-item .news-item-title {
    padding: 0 20px;
}

#content .restore-news .news-item a.h2 {
    color: #000;
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(#000, #000);
    background-position: 0% 95%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .4s;
}

#content .restore-news .news-item:hover a.h2 {
    background-size: 100% 1px;
}

#content .restore-news .news-item a.h2:focus {
    background-color: transparent;
    background-size: 100% 1px;
    outline: 0;
}

.restore-news .news-item .news-item-date-container {
    display: flex;
    color: #111;
    font-size: 1.4em;
    background: #ebebeb;
    font-weight: bold;
    text-transform: uppercase;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    justify-content: center;
    align-self: stretch;
}

.restore-news .news-item .news-item-date-container .date {
    font-size: 1.6em;
}

#content .restore-news .news-item.first .news-item-content a {
    background-image: linear-gradient(white, white);
    color: white;
}

.restore-news .news-item.first {
    background: #cc092f;
    padding: 15px;
}

@media (max-width: 700px) {
        .restore-news .additional-news-items {
        padding-top: 40px;
        border-top: 1px solid #898989;
        }

    .restore-news .news-item {
        display: block;
        border: 2px solid #898989;
    }

    .restore-news .news-item .news-thumbnail {
        width: 100%;
    }

    #content .restore-news .news-item .news-item-title {
        padding: 20px;
    }

    .restore-news .news-item.first {
        padding: 0;
    }
}
