.pagination{
    font-size: 15px;
}

.pagination .page-item{
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.pagination .page-item .page-link{
    color: #464646;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 28px;
}
.pagination .page-item.active .page-link{
    color: #fff;
    background: red;
    border-color: unset;
}