
/*.people .flex {
  margin: 1.5em 0;
}*/

.people .flex {
  align-items: flex-start;
}

.people .flex article {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  flex-basis: 15%;
  text-align: center;
  margin: 1em;
}

.people .item a,
.people .flex article a {
  text-decoration: none;
}

.people .flex article h4 {
  font-size: 1.2em;
  font-weight: 800;
  text-transform: uppercase;
}

.people .owl-stage .owl-item img,
.people article img {
  border-radius: 50%;
  border: 3px #ccc solid;
}

.people .flex article .company {
  font-weight: 500;
}

.people .owl-carousel .owl-stage {
  align-items: flex-start;
}