.team-body {
  flex: 1;
  margin-right: 40px;
}

@media (max-width: 1199.98px) {
  .team-body {
    margin-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .team-body {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .team-block.flex-row {
    flex-direction: column;
  }
  .team-block.flex-row .team-body {
    margin: 15px 0 0;
  }
  .team-block.flex-row .list11-title,
  .team-block.flex-row .list11-position {
    text-align: center;
  }
}
