nav[aria-label*=navigation]{
    margin-top: 40px;
    width: 100%;
}
nav[aria-label*=navigation] .page-item{
    margin: 0 5px;
}
nav[aria-label*=navigation] .page-link{
    width: 33px;
    height: 32px;
    font-size: 16px;
    color: #323232;
    padding: 0;
    line-height: 32px;
    background: inherit;
    border: 0;
    transition: all .5s;
}
nav[aria-label*=navigation] .page-item.disabled .page-link{
    background: inherit;
}
nav[aria-label*=navigation] .disabled a{
    color: #999999;
}
nav[aria-label*=navigation] .page-item.active a.page-link{
    background: #3c4457;
    color: #fff;
    border-radius: 0;
}
.news nav{
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
}