.team-card {
  position: relative !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  border: none !important;
  height: 100% !important;
}
.team-card img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  filter: brightness(65%);
}
.team-card .team-card__content {
  padding: 10%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.team-card .blur-dark {
  min-width: 700px;
  height: 200px;
  transform: translate(-20%, 20%);
  background-color: black;
  z-index: 1;
  filter: blur(70px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.team-card .socmed {
  color: white;
  fill: white;
  cursor: pointer;
}
.team-card .socmed img {
  color: white;
}

/*# sourceMappingURL=team-card.css.map */
