.team-container .member {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: black;
}
.team-container .member:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  .team-container .member {
    display: block;
  }
}
.team-container .outer {
  width: 50%;
  height: 100%;
}
@media (max-width: 768px) {
  .team-container .outer {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .team-container .outer {
    width: 100%;
    padding: 2rem;
  }
}
.team-container .content {
  width: 50%;
  padding: 2.5rem;
  background-color: white;
}
@media (max-width: 768px) {
  .team-container .content {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .team-container .content {
    width: 100%;
    padding: 2rem;
  }
}
.team-container .content h3 {
  font-size: 3vw;
  position: relative;
  text-transform: uppercase;
}
.team-container .content h3:before {
  content: "";
  background-color: black;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -10px;
  position: absolute;
}/*# sourceMappingURL=team.css.map */