.btn-group {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.pri-btn {
    border-radius: 20px;
    height: 50px;
    width: 50px;
    border: none;
    color: #ffa412;
    text-align: center;
    line-height: 50px;
    background-color: #f4e8e8;
    /* border: 1px solid #fff; */
    text-decoration: none;
}

.pri-btn-active {
    background-color: #ffa412;
    color: white;
}