.split_box_arrow_left {
    position:absolute;
    clip-path: polygon(0 48%, 60% 46%, 60% 42%, 67% 47%, 59% 51%, 59% 47%, 0 49%);
    background-color: black;
    width:60px;
    height:120px;
    left: -35px;
    top: 10px;
    transform: rotate(140deg);
}

.split_box_arrow_right {
    position:absolute;
    clip-path: polygon(0 48%, 60% 46%, 60% 42%, 67% 47%, 59% 51%, 59% 47%, 0 49%);
    background-color: black;
    width:60px;
    height:120px;
    right: -35px;
    top: 15px;
    transform: rotate(45deg);
}

.split_box {
    left: -35px;
    top: 10px;
    width: 60px;
    height: 50px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 5px;
    margin-right: 2rem;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.split_box_question {
    width: 60px;
    height: 50px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
}

.split_box_big_numbers_level {
    font-size: 10px;
}