.team {
  background-color: bg--dark;
}
.team-card {
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.team-card__card-image {
  height: 35vh;
}
.team-card__image {
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
}
.team-card_job-title {
  font-size: smaller;
}
.team-card__card-body {
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.team-card__div-link {
  position: absolute;
  bottom: 10px;
  width: 100%;
  align-items: center;
}
.team-card__text-link {
  position: absolute;
  bottom: 0;
  align-self: center;
}
