.pagination_container {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;}

.pagination_news {
    border-left: 1px solid #efefef;
    display: flex;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;}

.page-item {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1rem;
    border-right: 1px solid #efefef;}

.page-item a {
    padding: 20px 0;
    width: 55px;
    text-align: center;}

.page-item p {
    padding: 20px;
    margin: 0;}

.page-item.active {
    padding: 20px;
    background: #faeb50;}

.page-item:hover {
    background: #fadf50;}
