@media screen and (max-width: 1024px) {
  .teamwork {
    overflow: hidden;
  }
}
.teamwork .gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .teamwork .table-shortcode table {
    display: block;
    overflow-x: auto;
    min-width: 645px;
  }
}
.teamwork .table-shortcode .tablepress > :where(thead, tfoot) > tr > * {
  background-color: black;
  color: white;
  padding: 13px;
}
.teamwork .table-shortcode .column-6 {
  text-align: center;
}
.teamwork .table-shortcode thead .column-6 {
  width: 215px;
}
.teamwork .table-shortcode .tablepress > :where(tbody) > tr > * {
  padding-bottom: 19px;
  padding-top: 19px;
  white-space: nowrap;
}