.wrap-link-news{
    margin-bottom: 15px;
}
.wrap-link-news ul{
    display: flex;
}
.wrap-link-news ul li{
    padding: 5px 10px;
    font-size: 14px;
    cursor:pointer;
    border:1px solid #3f3f38;
    border-radius: 14px;
    margin-right: 10px;
}

.active-filter-news{
    border-radius: 14px;
    background: #000;
    color:#fff;
}