.team-list { display:flex; gap:20px; flex-wrap:wrap; }
.team-member { width:260px; text-align:center; }
.team-member img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  display:block;
  margin:0 auto;
}

.team-name { color: #575b82; }

.team-single { min-height: 600px; }

.team-single .team-photo {
  float: right;
  width: 250px;
  height: auto;
  margin: 0 0 20px 20px;
  border-radius: 5px;
  display: block;
}

@media (max-width: 550px) {
    .team-single .team-photo { float: none; width: 100%; margin: 0 0 30px 0; }
}