hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 42px 0;
}
.field-type-text-with-summary h2{
  font-size:20px;
  padding:20px 0;
  font-weight:600;
}
.field-type-text-with-summary h3{
  font-size:18px;
  padding:0 0 20px 0;
  font-weight:600;
  color:#0265CB;
}
.members{
  margin:20px;
}
.members li{
  list-style:none;
  margin-bottom:15px;
  padding:20px 25px;
  background-color:#f2f2f2;
  color:#000;
}
.members li span{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    line-height: 150%;
}