.more_news__container {
    background-color: #ffffff;
}
.more_news__wrapper .content_news__group .item__texts h3 {
    font-size: 1.4rem;
    color: #000;
    line-height: 20px;
}
.more_news {
    background-color: #2e1947;
}
section.plebiscito-landing__outstanding {
    background-color: #2e1947;
}
.more_news__wrapper .content_news h2{
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    color: #333;
    line-height: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.plebiscito-landing__outstanding__wrapper .wrapper_item_horizontal .item_horizontal article .info h3 {
    color: #fff;
}
.pager-show-more a{
    font-size: 1.1rem;
    line-height: 15px;
    color: #eaeaeb;
    text-transform: uppercase;
    background-color: #462b60;
    padding: 16px 33px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 15px;
    border: none;
    margin: auto;
    transition: all .2s;
}
.more_news__wrapper .content_news__group .item__texts .button{
    background-color: #462b60;
}

@media only screen and (min-width: 1100px){
    .more_news__wrapper .content_news h2{
        padding: 44px 38px 76px 135px;
    }
}