.accordion .fa {
  font-size: 10px;
}

.card-header {
  background: transparent;
  border: 0;
}

.team-container {
  min-height: 400px;
}

.team-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 2px solid #8baada;
  padding: 3px;
}

.team-img img {
  border-radius: 50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
/*# sourceMappingURL=service.css.map */