.pagination{display:flex;list-style:none;padding:0;-moz-column-gap:24px;column-gap:24px}.page-link{color:#333333;font-weight:600;border-radius:50%;display:flex;justify-content:center;align-items:center;width:32px;height:32px;border:1px solid #f1f1f1;cursor:pointer}.next-item,.prev-item{margin:0 10px}.next-link,.prev-link{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border:1px solid #f1f1f1;border-radius:50%;cursor:pointer}.active .page-link{background-color:#dd0e5d;color:white}.page-item{margin:0 5px}@media screen and (max-width:1024px){.pagination{-moz-column-gap:10px;column-gap:10px}.next-item,.prev-item{margin:0 7px}}