.pagination{
    width: 340px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.pagination a{
    margin-right: 2px;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .btn--theme-trn.active{
    background: var(--theme);
    color: #ffffff;
}

.pagination .btn{
    font-size: 10px;
}