.staff h2{
  text-align: center;
  font-size: 40px;
  color: #005E82;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.staff .member{
  text-align: center;
}

.staff .member .photo{
    position: relative;
    width: 200px;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100px;
    margin: 0 auto;
}
.staff .member .photo:before{
    content: "";
    display: block;
    padding-top: 200px;
}

.staff .member .title{
  font-size: 14px;
  color: #707070;
}

.staff .member .name{
  font-size: 20px;
  color: #005E82;
  font-weight: 500;
}

.staff .member .bio{
  font-size: 12px;
  color: black;
  text-align: left;
}