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

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

.team-clean .description {
  font-size: 15px;
  text-align: justify;
  margin-bottom: 0;
}

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

