body {
    background-color: #fff;
}


.tabs {
    text-align: center;
    padding: 1rem 0;
    margin: 2rem 0;
    display: flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: center;
    justify-content: center;
}

.tabs .tab {
    font-size: 2rem;
    padding: 0 2.5rem 1rem 2.5rem;
    font-weight: bolder;
}

.tabs .tab:not(:first-child) {
    border-left: 2px solid #000;
    border-left-width: 1.8px;
}

.tabs .tab.active:before {
    content: "";
    position: absolute;
    left: 20%;
    bottom: 2px;
    width: 40%;
    height: 2px;
    background-color: red
}

.news {
    margin-top: 4.5rem;
}

.new-container {
    margin-top: 100px;
}

.new-container-body-article {
    color: #000;
    width: 80%;
    margin: 0 auto;
}