/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.paragraph-employees__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.paragraph-employees__header,
.paragraph-employees .employees-group {
  margin: 0 auto;
  max-width: 87rem;
}
/*# sourceMappingURL=paragraph-employees.css.map */
