.div-block-38 {
  margin: 0 auto;
}
.industry--grid-wwrapper {
  background-color: #f4fcfc;
}
.industry--grid-wwrapper .div-block-38 a.card-industry-small {
  margin-bottom: 0;
}
.card-industry-small.board-of-directors {
  height: 475px;
  max-height: 800px;
}
.card-industry-small.board-of-directors  .image-left-justify {
  padding: 20px 0px 0 20px;
  width: 200px;
  height: 200px;
}
.card-industry-small.board-of-directors .card--industry-small--img-wrap {
  height: 100%;
  max-height: initial;
}
.about-board-of-directors .industry--grid-wwrapper {
  background-color: initial;
}
@media (max-width: 990px) {
  .card-industry-small.board-of-directors {
    height: auto;
  }
  .card-industry-small.board-of-directors  .image-left-justify {
    height: 150px;
    padding: 0;
    flex: 1;
  }
  .card-industry-small.board-of-directors .card--industry-small--img-wrap {
    width: 100%
  }
}
@media (max-width: 480px) {
  .card-industry-small.board-of-directors  .image-left-justify {
    width: 100%;
  }
}