@charset "UTF-8";
.photo {
  display: flex;
}
.photo figure {
  width: 50%;
}
.small a {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .photo {
    display: block;
  }
  .photo figure {
    width: 100%;
  }
}
