h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}

h2 small {
  font-size: 14px;
  margin-left: 10px;
}

#organization {
  margin-top: 50px;
  text-align: center;
}

#organization .cell-container {
  display: inline-block;
  vertical-align: top;
}

#organization .cell {
  position: relative;
  float: left;
  font-size: 13px;
  line-height: 46px;
  width: 98px;
  border: 1px solid #e9e7e8;
  background-color: #fbf9fa;
  cursor: default;
}

#organization .cell:hover {
  color: #c83842;
  background-color: #f7f7f7;
}

#organization .cell .plus {
  position: absolute;
  top: 100%;
  left: 50%;
  line-height: 1;
}

#organization .cell .plus::before {
  content: '';
  display: block;
  height: 50px;
  width: 1px;
  background-color: #e9e7e8;
}

#organization .cell .plus img {
  vertical-align: top;
  margin-top: -6px;
  margin-left: -6px;
}

#organization .branches {
  display: inline-block;
  vertical-align: top;
}

#organization .branches i {
  float: left;
  height: 50px;
  width: 211px;
  border-top: 1px solid #e9e7e8;
  border-left: 1px solid #e9e7e8;
}

#organization .branches i:last-child {
  border-right: 1px solid #e9e7e8;
}

#row1 .cell {
  font-size: 14px;
  line-height: 60px;
  width: 136px;
  margin-bottom: 30px;
  margin-right: 74px;
}

#row1 .cell:last-child {
  margin-right: 0;
}

#row1 .cell .plus::before {
  height: 30px;
}

#row2 .cell {
  margin-bottom: 30px;
  margin-right: 8px;
  width: 76px;
}

#row2 .cell:last-child {
  margin-right: 0;
}

#row2 .cell .plus::before {
  height: 30px;
}

#row3 .cell {
  margin-right: 19px;
  height: 115px;
  width: 42px;
  padding: 21px 14px;
  line-height: 1.4;
}

#row3 .cell:last-child {
  margin-right: 0;
}

#branches1 .branches i {
  width: 84px;
  height: 73px;
}

#branches2 .branches i {
  width: 61px;
  height: 72px;
}
