.team-clean {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.team-clean .bio-list {
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .team-clean .bio-list {
    font-size: 18px;
    line-height: 1.3;
  }
}

.team-clean .bio-list li {
  margin-bottom: 8px;
}

.team-clean .bio-img {
  margin: 0 30px 0 0;
  clear: both;
}

@media (min-width: 768px) {
  .team-clean .bio-img {
    margin: 0 40px 0 0;
  }
}

.team-clean .bio::after {
  content: "";
  display: block;
  clear: both;
}

.team-clean .name {
  font-size: calc(1.325rem + .9vw);
  font-weight: 700;
}

@media (min-width: 1200px) {
  .team-clean .name {
    font-size: 2rem;
  }
}

.team-clean .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #8e8e8e;
  letter-spacing: 2px;
  font-size: 14px;
}

.team-clean .instructor-cont {
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  overflow: auto;
  padding: 1rem;
}

