.directorsbox {
  width: 100%;
  margin-bottom: 30px;
}
.imagebox {
  float: left;
  width: 230px;
  margin-right: 50px;
}
.imagebox img {
  width: 100%;
}
.dirtextbox {
  float: left;
}
.dirname {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 40px;
}
.dirtitle {
  font-size: 24px;
  margin-bottom: 20px;
}
.clearall {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .imagebox {
    float: none;
    width: 50%;
  }
  .imagebox {
    margin-bottom: 30px;
  }
  .dirtextbox {
    float: none;
    width: 100%;
  }
  .dirname {
    font-size: 20px;
  }
  .dirtitle {
    font-size: 16px;
  }
}
