/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .employees-group:not(:last-of-type) {
    border-bottom: 1px solid #dedede;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .employees-group {
    padding-bottom: 5rem;
  }
  .employees-group:not(:last-of-type) {
    border-bottom: 1px solid #dedede;
    margin-bottom: 8rem;
  }
}
.employees-group__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.employees-group h3 {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -1px;
  color: #202243;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 6rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .employees-group h3 {
    min-height: auto;
    font-size: 2rem;
  }
}
/*# sourceMappingURL=employees-group.css.map */
