.team {
  padding-block: 60px;
  background-color: #ebeaef;
}

.team__caption {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}

.team__caption::after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: currentColor;
}

.team__item {
  max-width: 415px;
}

.team__photo {
  width: 263px;
  height: auto;
  object-fit: cover;
}

.team__name {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
}

.team__desc {
  line-height: 1.3;
}
