.pagination-wrap{
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 150px;
}
.pagination{
    width: 320px;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}
.pagination-item{
    width: 52px;
    height: 52px;
    background-color: #f4f3ef;
    text-align: center;
    line-height: 52px;
}
.pagination-link{
    color: #101010;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0.14px;
}
.pagination-link:hover{
    text-decoration: none;
    color: inherit;
}
.pagination-item--active{
   background: #101010; 
}
.pagination-item--active a{
    color: #ffffff;
}