  .bio {
  margin-top: 2em;
  margin-bottom: 3em;
}
.bio .img-wrapper {
  text-align: center;
}
.bio .img-wrapper .shadow-wrapper {
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.bio .img-wrapper .shadow-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.27);
  border-radius: 50%;
  z-index: 1;
}
.bio img {
  display: block;
  margin: 0 auto;
  max-width: 275px;
}
.bio h3 {
  text-align: center;
}
.bio h4 {
  text-align: center;
  margin-bottom: 0.2em;
}
.bio .email {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.7em;
  text-align: center;
}
