.paginate .pagination {
    margin-top: 15px;
    justify-content: center;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.paginate .page-item .page-link {
    padding: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 3px;
}
.sr-only {
    display: none;
}

