.team__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.84% -1.5rem;
  width: auto;
}
.team__cards > * {
  margin: 0 0.84% 1.5rem;
  width: 31.6533333333%;
}
.team__card {
  position: relative;
  border: 1px solid var(--white-005);
  border-radius: 3rem;
}
.team__card::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 122.5%;
}
.team__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team__card-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3rem;
}
.team__card-wrapper {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  padding: 2rem;
  border-radius: 1.5rem;
}
.team__card-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 1.5rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.team__card-position {
  margin-top: 0.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
@media (max-width: 768px) {
  .team {
    overflow: hidden;
  }
  .team .swiper {
    overflow: visible;
  }
  .team__cards {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    margin: unset;
  }
  .team__cards > * {
    margin: unset;
    width: auto;
  }
  .team__card {
    width: 330px;
    border-radius: 32px;
  }
  .team__card::before {
    padding-top: 133%;
  }
  .team__card-title {
    line-height: 120%;
    font-weight: 600;
  }
  .team__card-img > img {
    border-radius: 32px;
  }
  .team__card-wrapper {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 24px;
    border-radius: 16px;
  }
  .team__card-wrapper::after {
    border-radius: 16px;
  }
  .team__card-position {
    margin-top: 8px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
  }
}
/*# sourceMappingURL=team.css.map */
/*# sourceMappingURL=team.css.map */