.directorsbox {
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.imageonecolbox {
  width: 230px;
  margin-bottom: 40px;
}
.imageonecolbox img {
  width: 100%;
}
.imagebox img {
  width: 100%;
}
.dirtextonecolbox {
  width: 100%;
}
.dirtextonecolbox p {
  padding-right: 20px;
}
.dirname {
  font-size: 36px;
  margin-bottom: 15px;
}
.dirtitle {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.clearall {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .imageonecolbox {
    float: none;
    width: 50%;
  }
  .imagebox {
    margin-bottom: 30px;
  }
  .dirtextonecolbox {
    float: none;
    width: 100%;
  }
  .dirtextonecolbox p {
    padding: 0;
  }
}
