.showLink{
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
.showTabs{
    display: block;
}
.hideTabs{
    display: none;
}
#tabsNews .activeTabButton{
    color: #27c148;
}
#tabsNews span{
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    font-family: robotobold;
    text-decoration: none;
    padding-bottom: 8px;
    font-size: 16px;
}
#tabsNews .line{
    padding-left: 3px;
    padding-right: 3px;
}
#tabsNews .line-border{
    border-bottom: 1px dashed #000;
    display: unset;
    padding-bottom: 8px;
}