.org-chart {
  height: 625px;
}
.org-chart.stacked-directs .direct-report:after {
  height: 231px;
}
.org-chart.stacked-directs .departments {
  top: 303px;
}
.org-chart .section.hasSubs:after {
  height: 38px !important;
}
@media screen and (max-width: 767px) {
  .org-chart.stacked-directs .departments {
    top: 283px;
  }
}
