
.l-news>.news-list .news-item .category.-important {
    color: #fff;
    border: none;
    background-color: #e8053b
}

@media screen and (min-width: 768px) {
    .l-news>.news-list .news-item .category-important {
        padding: 0.9rem 1.5rem;
    }
}

.l-index>.index-list .index-item p.text:hover {
    opacity: 1;
    text-decoration: none;
}
