.bottom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 45px;
}

.bottom-pagination .p {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EAEAEA;
    text-decoration: none;
    line-height: 1;
    color:#000;
    background:#fff;
}

.bottom-pagination .p.active {
    background: #6B4EFF;
    border-color: #6B4EFF;
    color: #fff;
}

.bottom-pagination .p.next {
    border-color: rgba(107, 78, 255, 0.15);
    background: rgba(107, 78, 255, 0.05);
}

.bottom-pagination a.next span {
    background-image:url('../images/arrow-right-pag.svg');
    width:14px;
    height:10px;
    display:block;
    background-size:cover;   
}
