.org-chart {
  height: 300px;
}
.org-chart.stacked-directs .departments {
  top: 200px;
}

@media screen and (max-width: 767px) {
  .org-chart.stacked-directs .departments {
    top: 220px;
  }
}