.section__team {
  position: relative;
  width: 100%;
}
.section__team h2 span {
  color: #344563;
}
.section__team .container {
  position: relative;
}

.team__item {
  width: 100%;
}
.team__img {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 0;
  overflow: hidden;
}
.team__img::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 84.7457627119%;
}
.team__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__txt h3 {
  font-weight: 500;
}
.team__txt p span {
  color: #90A1B4;
}

@media screen and (min-width: 901px) {
  .section__team {
    margin-bottom: 8.8rem;
  }
  .section__team h2 {
    text-align: right;
    margin-bottom: 4.8rem;
  }
  .section__team .swiper-button-prev {
    left: -3rem;
  }
  .section__team .swiper-button-next {
    right: -3rem;
  }
  .team__img {
    -webkit-border-radius: 0.9rem;
    border-radius: 0.9rem;
  }
  .team__txt {
    padding-top: 2.9rem;
  }
  .team__txt h3 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 900px) {
  .section__team {
    padding: 0 5%;
    margin-bottom: clamp(30px, 21.3333333333vw, 80px);
  }
  .section__team .swiper-pagination {
    position: relative;
    bottom: 0;
    padding-top: 45px;
  }
  .section__team .swiper-button-prev {
    left: -20px;
  }
  .section__team .swiper-button-next {
    right: -20px;
  }
  .team__img {
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .team__txt {
    padding-top: clamp(12px, 5.3333333333vw, 20px);
  }
}
