@charset "UTF-8";

.person {
  clear: both;
  margin-bottom: 1em;
}
.person::after {
  content: "";
  clear: both;
  display: table;
}
.person img {
  float: left;
  margin: 0 15px 10px 0;
}