span.pagination-link {
    cursor: pointer;
    margin: 8px;
}
ul.news-items {
    margin: 0px;
    border-bottom: 1px solid #C9C7BD;
    padding: 30px 0px;
}
ul.news-items li {
    list-style-type: none;
}
ul.news-items li.newsDate a {
    color: #B1AA87;
    font-size: 16px;
    text-decoration: none;
}
ul.news-items li.newstitle a {
    color: #707070;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.8px;
    text-decoration: none;
}
.event-pagination {
    margin-top: 48px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 24px;
}
.pagination .page-numbers {
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #B1AA87;
}
.pagination .page-numbers {
    cursor: pointer;
}
span.page-numbers.current {
    background-color: #B1AA87;
    color: #fff;
    border: 1px solid #B1AA87;
}