.featured-people {
  width: 100%;
  margin: 0 auto 10px auto;
}
.featured-people .person .image {
  float: left;
  border-radius: 50%;
  padding-top: 0;
  margin-right: 1rem;
  width: 100%;
  max-width: 7rem;
  height: auto;
}
@media (max-width: 576px) {
  .featured-people .person .image {
    width: 4rem;
  }
}
@media (max-width: 350px) {
  .featured-people .person .image {
    width: 2rem;
  }
}
.featured-people .person .person--group {
  margin-top: 1rem;
  width: 100%;
}
.featured-people .person .person--group .name {
  font-size: 1.2rem;
  margin: 0;
}
.featured-people .person .person--group .title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}
.featured-people .description {
  clear: both;
  padding-top: 0.05rem;
}
.featured-people .flex {
  display: flex;
}
@media (max-width: 576px) {
  .featured-people .flex {
    display: block;
    clear: both;
    width: 100%;
  }
}

/*# sourceMappingURL=featured-people.css.map */
