.section-team {
  background: linear-gradient(to top, #fff, #efecec, #fff);
}
.team-card {
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
}
.sw--team:not(.swiper-initialized) .swiper-slide {
  width: 310px;
  flex: none;
  margin-left: 20px;
  flex: 0 0 310px;
}
.team-card:hover {
  border-color: var(--color1);
}
.team__img {
  padding: 16px 16px 0;
  border-radius: 12px;
  overflow: hidden;
}
.team__img img {
  border-radius: 12px;
}
.team__name {
  text-align: center;
  margin-bottom: 15px;
  font-variation-settings: var(--fw-400);
  font-size: 17px;
  line-height: 1.5;
}
.team-card:hover .team__name {
  color: var(--color1);
}
.team__name b {
  color: #a6a6a6;
  font-variation-settings: var(--fw-300);
  margin: 0 6px;
  font-size: 14px;
}
.team-card:hover .team__name b {
  color: var(--color1);
}
.team__detail a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #666;
  gap: 7px;
  font-size: 14px;
}
.team__detail {
  margin: 16px 0 10px;
}
.team__phone {
  margin-bottom: 4px;
}
.team__email {
}
.team__socials {
  margin: 0 7px;
  border-top: 1px solid #00bfb747;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 6px 12px;
  line-height: 1;
  gap: 16px;
  color: #aea4a3;
  font-size: 20px;
  margin-top: auto;
}
.sw--team .swiper-slide {
  height: auto;
}
