.sec-rep .group-rep {
  justify-content: flex-end;
}
.sec-rep .group-staff {
  justify-content: flex-start;
}
@media (width <= 781px) {
  .sec-rep .group-staff .wp-block-column:nth-of-type(1) {
    order: 2;
  }
}
@media (width <= 781px) {
  .sec-rep .group-staff .wp-block-column:nth-of-type(2) {
    order: 1;
  }
}
.sec-rep > *:not(.wp-block-cover__background):not(.wp-block-cover__image-background) {
  max-width: 1440px !important;
}

.sec-overview .group-table table tr td {
  padding: 20px;
}
.sec-overview .group-table table tr td:nth-of-type(1) {
  width: 180px;
  border-color: #222;
  text-align: center;
}
@media (width <= 500px) {
  .sec-overview .group-table table tr td:nth-of-type(1) {
    width: 100px;
  }
}
.sec-overview .group-table table tr td:nth-of-type(2) {
  border-color: #cacaca;
}/*# sourceMappingURL=company.css.map */