.staff {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.staff div {
  text-align: center;
}

.staff img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
