.pagination{
    gap: 12px;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    padding-bottom: 5px;
}
.page{
    width: 56px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 10px;
}
.prev-page,
.next-page{
    align-items: center;
    padding-bottom: 0;
}
.prev-page{
    transform: rotate(90deg);
}
.next-page{
    transform: rotate(-90deg);
}
.active-page{
    align-items: center;
    border-bottom: 1px solid var(--green1-color);
    padding-bottom: 0;
}