.single-member-block {
  max-width: 320px;
  margin: 0 auto 20px;
  border: 1px solid #216778;
  display: block;
}
.single-member-block a {
  text-decoration: none;
}
.single-member-block a img {
  margin-bottom: -10px;
}
.single-member-block a .member-info {
  background: #216778;
  transition: all 300ms ease-out;
  color: #fff;
  padding: 20px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-member-block a .member-info h3 {
  margin-bottom: 10px;
  font-size: 21px;
  color: #fff;
}
.single-member-block a .member-info p {
  margin-bottom: 0;
}
.single-member-block a:hover .member-info, .single-member-block a:focus .member-info {
  background: #365F38;
}