.tree__container, #from_tree__container__step__card__first, .tree__container__branch {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.tree__container__step__card {
    text-align: center;
    margin: 20px;

}

.tree__container__step__card p {

}

#tree__svg-container {
    z-index: -1;
    position: absolute;
}

.tree__container__step {
    flex: 1 1 0px;
     width: 50%;
      display: inline-block;
    padding: 0;
}

.tree__container__step__card__p {
    cursor: pointer;
    transition: transform .2s ease;
}

