.team_list .profile .card-body img {
  width: 160px;
  height: 160px;
}
@media (max-width: 992px) {
  .team_list .profile .card-body img {
    width: 120px;
    height: 120px;
  }
}
.team_list .profile .card-body .card-title {
  margin: 0;
}
