.box-news-heading{
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}
.box-news-heading .col-r .btn{
    background: none;
    border: 0;
    margin-left: 15px;
    font-size: 14px;
    line-height: 21px;
    padding: 0px;
}
.box-news-heading .col-r .btn:hover,
.box-news-heading .col-r .btn.active{
    color: var(--red-gilimex);
    border-bottom: 2px solid var(--red-gilimex);
    font-weight: 700;
}