.team_box_box {
  max-width: calc(var(--img-width) * 1px);
}
.team_box_img {
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .team_box_img {
    margin-bottom: 2.1875rem;
  }
}