.branch-inner {
    padding: 30px 0;
    position: relative;
}
.tree-branch.pe {
    padding-right: 25px;
    position: relative;
}
.tree-branch.pe:after {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
}
.tree-branch.ps:after {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
}
.tree-branch.pe .branch-inner {
    margin-right: 75px;
    margin-left: 25px;
    padding-right: 10px;
}
.tree-branch.ps .branch-inner {
    margin-left: 75px;
    margin-right: 25px;
    padding-left: 10px;
}
@media(min-width: 992px){
    .tree-branch.ps {
        padding-left: 25px;
    }
}
.tree-branch.ps {
    position: relative;
}
.tree-branch:nth-child(1) .branch-inner, .tree-branch:nth-child(2) .branch-inner {
    margin-top: 60px;
}
.row.tree-group {
    position: relative;
    margin-top: 40px;
    padding-top: 20px;
}
.row.tree-group:after {
    width: 3px;
    height: 100%;
    background: #fff;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -1.5px;
    position: absolute;
    z-index: 0;
}
.h4 {
    font-size: 22px;
}
.branch-inner .title {
    font-weight: 800;
    text-transform: uppercase;
}
span.branch-fig {
    height: 3px;
    background: #fff;
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
}
.tree-branch.pe .branch-inner span.branch-fig {
    right: 0;
}
.tree-branch.ps .branch-inner span.branch-fig {
    left: 0;
}
.tree-branch:nth-child(1) .branch-inner span.branch-fig, .tree-branch:nth-child(2) .branch-inner span.branch-fig {
    width: 30%;
}
.tree-branch.pe .branch-inner span.branch-fig .transform,
.tree-branch.ps .branch-inner span.branch-fig .transform {
    content: "";
    position: absolute;
    width: 75px;
    height: 4px;
    background: #fff;
    top: 29px;
}
.tree-branch.pe .branch-inner span.branch-fig .transform {
    right: -75px;
    transform: skewY(38deg);
}
.tree-branch.ps .branch-inner span.branch-fig .transform {
    left: -75px;
    transform: skewY(-38deg);
}
.tree-branch.pe .branch-inner span.branch-fig .circle,
.tree-branch.ps .branch-inner span.branch-fig .circle {
    content: "";
    position: absolute;
    width: 38px;
    height: 4px;
    background: #fff;
    top: -18px;
}
.tree-branch.pe .branch-inner span.branch-fig .circle {
    transform: skewY(44deg);
    left: -38px;
}
.tree-branch.ps .branch-inner span.branch-fig .circle {
    transform: skewY(-44deg);
    right: -38px;
}
.tree-branch.pe .branch-inner span.branch-fig .globe,
.tree-branch.ps .branch-inner span.branch-fig .globe,
.tree-branch:nth-child(1):before,
.tree-branch:nth-child(2):before,
.row.tree-group:before {
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 50%;
}
.tree-branch.pe .branch-inner span.branch-fig .globe {
    left: -41px;
    top: -39px;
}
.tree-branch.ps .branch-inner span.branch-fig .globe {
    right: -41px;
    top: -39px;
}
.tree-branch:nth-child(1):before {
    top: -10px;
    right: 16px;
}
.tree-branch:nth-child(2):before {
    top: -10px;
    left: 19px;
}
.row.tree-group:before {
    top: -10px;
    left: 50%;
    margin-left: -7.5px;
}
.tree-branch:nth-last-child(1):before,
.tree-branch:nth-last-child(2):before {
    content: "";
    right: 0;
    bottom: 0;
    height: 3px;
    width: 10%;
    background:#fff;
    position: absolute;
}
.tree-branch:nth-last-child(1):before {
    left: 25px;
}
.tree-branch:nth-last-child(2):before {
    right: 25px;
}
.branch-inner p {
    margin: 0;
}
@media(max-width: 991px){
    .row.tree-group:after {
        right: 15px;
        left: auto;
        margin-left: 0;
    }
    .row.tree-group:before {
        top: -10px;
        right: 9px;
        left: auto;
        margin-left: 0;
    }
    .tree-branch.pe,
    .tree-branch.ps {
        padding-right: 45px;
    }
    .tree-branch:nth-child(1):before {
        right: 36px;
    }
    .tree-branch.pe .branch-inner,
    .tree-branch.ps .branch-inner {
        margin-right: 32px;
        padding-right: 10px;
        margin-left: 25px;
        padding-left: 0;
        text-align: right;
    }
    .tree-branch:nth-child(1) .branch-inner span.branch-fig,
    .tree-branch:nth-child(2) .branch-inner span.branch-fig {
        margin-right: 41px;
    }
    .tree-branch:nth-child(2) .branch-inner {
        margin-top: 0;
    }
    .branch-inner p {
        margin: 0;
        text-align: justify;
    }
    .tree-branch.ps .branch-inner span.branch-fig {
        right: 0;
        left: auto;
    }
    .tree-branch.ps:after {
        right: 42px;
    }
    .tree-branch.ps .branch-inner span.branch-fig .globe {
        left: -41px;
        top: -39px;
        right: auto;
    }
    .tree-branch:nth-last-child(2):before {
        display: none;
    }
    .tree-branch.ps .branch-inner span.branch-fig .circle {
        transform: skewY(44deg);
        left: -38px;
        right: auto;
    }
    .tree-branch:nth-child(2) .branch-inner span.branch-fig,
    .tree-branch .branch-inner span.branch-fig {
        width: 82%;
    }
    .tree-branch.ps .branch-inner span.branch-fig .transform {
        right: -75px;
        left: auto;
        transform: skewY(38deg);
    }
    span.branch-fig {
        width: 80%;
        margin-right: 42px;
    }
    .tree-branch.pe, .tree-branch.ps {
        padding-bottom: 36px;
    }
    .tree-branch:nth-last-child(1):before {
        right: 43px;
        left: auto;
    }
    .tree-branch:nth-child(2):before {
        display: none;
    }
}