.sorterBody {
    width: 100%;
    height: 80px;
    background-color: white;
    border-radius: 3px;
    position: absolute;
    top: 700px;
    display: flex;
    align-items: center;
}

.sorter {
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
}

.pagination > li > a {
    color: #717B8B;
}

.pagination > .active > a {
    background-color: #0984FF;
    color: #ffffff;
}

.pagination > li > span {
    color: #717B8B;
}