.team-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-item h3 {
  margin-bottom: 4px !important;
  font-size: 16px;
}
.team-item h3,
.team-item p {
  text-align: center;
  margin: 0;
}
.team-item .image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 8px;
  background: var(--theme-gradient, var(--theme-color));
  box-sizing: border-box;
}
.team-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}