.module-label {
  margin: 0 0 20px;
  font: 500 10px/1.2 "DM Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.people > .module-label {
  margin-bottom: 28px;
  font-size: 10px;
  line-height: 1.2;
}
@media(max-width:800px){
  .module-label { margin-bottom: 18px; }
  .people > .module-label { margin-bottom: 24px; font-size: 10px; }
}
