.org-chart li .org-box {
    position: relative;
    height: auto;
    width: 163px;
    padding: 1.5rem 0.5rem;
    text-decoration: none;
    background-color: white;
    color: #8b8b8b;
    z-index: 2;
    display: inline-block;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.org-chart li .org-box.mvp {
    margin: 0 11rem;
}
.org-chart .org-box.mvp::before {
    content: "";
    right: auto;
    position: absolute;
    height: 0;
    bottom: 5rem;
    width: 182px;
    right: 100%;
    border-bottom: 1px solid #696969;
}
.org-chart .org-box.mvp::after {
    content: "";
    right: auto;
    position: absolute;
    height: 0;
    bottom: 5rem;
    width: 212px;
    left: 100%;
    border-bottom: 1px solid #696969;
}

.org-chart li .org-box.org-box-person {
    padding: 0 0 1.5rem;
}
.org-box-lg {
    width: 200px !important;
}

.org-chart .name {
    color: #000;
}

.person {
    background-color: #0A2266;
}
.person img {
    max-width: 100%;
}
.org-chart ul {
    padding-top: 1rem;
}
.org-chart li .person {
    position: relative !important;
    top: unset !important;
    font-size: 0;
}

.org-chart li .name {
    margin-top: 0.8rem !important;
}

.org-chart li::before, .org-chart li::after {
    top: 4px;
}
.org-chart ul ul .group-under .sub {
    padding-top: 1rem;
}
.org-chart ul ul .group-under .sub:first-child {
    padding-top: 0;
}
.org-chart li:only-child {
    padding-top: 0;
    margin-top: 1rem;
}
.org-chart ul.sub li > .org-box::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    border-left: 1px solid #696969;
    width: 0;
    height: 1rem;
}
.org-chart li .person > img {
   height: 158px;
}