.tree-shape-box .head-img-box {
    background: #FFFFFF;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    position: absolute;
    right: 5%;
    top: -11px;
    box-shadow: 0px 0px 30px rgba(74, 91, 159, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.tree-shape-box .shape-item{
 border: 1px solid #FF5500;
    border-radius: 10px;
    width: 62%;
    height: auto;
    margin: auto;
}
.tree-shape-box .font20 {
    font-size: 20px;
    font-weight: bold;
}
.tree-shape-box .shape-item .header-box {
    color: #FFFFFF;
    background: #FF5500;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.tree-shape-box {
    margin-top: 30px;
    display: flex;
    flex-direction: column;

}

.tree-shape-box .top-box {
    width: 80%;
    margin: auto;
}

.tree-shape-box li {
    padding: 0 !important;
    list-style: outside;
    margin-left: 17px;
    background: none !important;
}

.tree-shape-box .middle-box {
    display: flex;
    justify-content: center;

}

.tree-shape-box .bottom-box {
    display: flex;
    justify-content: center;
    flex-direction: row;

}

.tree-shape-box .bottom-box .content-text-box {
    min-height: 98px;
    display: flex;
    align-items: center;
}

.tree-shape-box .content-text-box {
    padding: 20px 30px;
} 
.tree-shape-box .bottom-box .shape-item {
    width: calc(25% - 20px);

}
.tree-shape-box .bottom-box .shape-item:first-child{
   margin-left: -5%;
}
.tree-shape-box .bottom-box .shape-item:last-child {
     margin-right: -5%;
}
.tree-shape-box .bottom-box .header-box p{
    text-align: left;
    margin-left: 5px;
}