.aboutHeader img {
  width: 293px;
  margin-top: 30px;
}
.textGroup {
  margin-top: 30px;
}
.about-header-bump {
  height: 140px;
}
.about-header-img {
  background: url( ../../images/about/ron-nadine.jpg ) center bottom no-repeat;
  height: 510px;
  width: 100%;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}
@media ( max-width: 768px ) {
  .about-header-bump {
    height: 83px;
  }
  .about-header-img {
    height: 300px;
  }
}
.centerTextBlock {
  margin-top: 30px 0 15px;
  /*margin-left: 70px;*/
}
.centerTextBlock li {
  padding: 3px 0;
  font-size: 16px;
}
