/**
 * By default is 3 columns
 */
.profile {
  margin-bottom: 1rem;
  padding: 1rem;
  background: #F6F5F4 url(../../../images/tile-01.png);
  background-size: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.profile--photo + .profile--caption {
  margin-left: 1rem; }

.profile--photo {
  width: 96px; }
  .profile--photo img {
    border-radius: 50%; }

.profile--label {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1rem; }
  @media (min-width: 37.5em) {
    .profile--label {
      font-size: 1.2rem; } }
  .profile--label a {
    text-decoration: none; }
