.team-detail__body {
  padding: 40rem 0 80rem;
}
@media screen and (max-width: 991.5px) {
  .team-detail__body {
    padding: 40rem 0;
  }
}
.team-detail__row {
  display: flex;
  flex-wrap: wrap;
  margin: -15rem;
}
.team-detail__row > * {
  padding: 15rem;
}
.team-detail__img {
  flex: 0 1 30%;
}
.team-detail__img img {
  max-width: 100%;
  border-radius: 20rem;
}
@media screen and (max-width: 991.5px) {
  .team-detail__img img {
    border-radius: 10rem;
  }
}
@media screen and (max-width: 991.5px) {
  .team-detail__img {
    flex: 1 1 100%;
  }
}
.team-detail__content {
  flex: 0 0 70%;
}
@media screen and (max-width: 991.5px) {
  .team-detail__content {
    flex: 1 1 100%;
  }
}
.team-detail__name {
  font-weight: 700;
  margin-bottom: 20rem;
  font-size: 1.2em;
}
.team-detail__description {
  padding-top: 40rem;
}
.team-detail__slider {
  padding-top: 40rem;
}/*# sourceMappingURL=style.css.map */