.news-item li{
    border-top: 1px solid;
}
.news-item li:last-child{
    border-bottom: 1px solid;
}
.pagination {
    text-align: center;
    margin-top: 72px;
}
.page-numbers{
    font-size: 1.4rem;
    color: #6F6F6F;
    margin-right: 36px;
}
.page-numbers.current{
    color: #000000;
}
a.prev.page-numbers{
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    margin-right: 36px;
}
a.next.page-numbers{
    display: inline-block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin-right: 2px;
}

@media(max-width: 540px){
    .pagination {
        margin-top: 54px;
    }
}
