.news-list-view .title,
.news-list-view a {
    transition: var(--transition-standard);
    color: inherit;
    text-decoration: none;
}

.news-list-view a:hover .title,
.news-list-view a:focus .title {
    color: var(--text-hover);
}

.news-list-view a img {
    transition: 400ms ease-in-out;
    backface-visibility: hidden;
    border-radius: 10px;
}

.news-list-view .list-item-img-wrap img {
    margin-bottom: 36px;
}

.news-list-view a:hover img,
.news-list-view a:focus img {
    box-shadow: 0 40px 66px #00000098;
    transform: rotate(-5deg);
}

.news-list-view article {
    margin-bottom: 50px;
}

@media(max-width: 767px) {
    .news-image {
        display: none;
    }
}

.news-single .news-img-wrap img {
    border-radius: 10px;
}