.animal {
  display: flex;
  height: 10em;
}
.animal img {
  width: 10em;
  object-fit: contain;
  margin-right: 2em;
}
