.team__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.team__member {
  display: flex;
  flex: 1 0 0;
}
@media (max-width: calc(1080px - 1px)) {
  .team__member {
    flex-direction: column;
    margin-bottom: 2em;
  }
}
.team__image {
  height: 120px;
  width: 120px;
  margin: 1em;
  align-self: center;
  border-radius: 80px;
  border: 3px solid #CB4451;
}
.team__details {
  margin-left: 1.5em;
}

/*# sourceMappingURL=team.css.map */
