.team {
  padding: var(--sp) 0;
}

.team .section-head__title > *[class^=_row-] {
  justify-content: center;
}

.team .section-head__title ._row-1 {
  justify-content: space-between !important;
}

.team .card-team {
  max-width: 604px;
}

@media (min-width: 1261px) {
  .team .swiper-wrapper:not(:has(.swiper-slide:nth-child(2))) {
    justify-content: center;
  }
}

@media (max-width: 1600px) {
  .team .section-head__title {
    width: 600px !important;
  }
}

@media (max-width: 1260px) {
  .team .section-head__title ._row-1 {
    justify-content: space-around !important;
  }

  .team .section-head__title ._row-1 {
    justify-content: space-around !important;
  }

  .team .card-team {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .team .section-head__title {
    width: 100% !important;
  }

  .team .section-head__title ._row-1 {
    justify-content: flex-start !important;
  }

  .team .section-head__title ._row-1 b {
    display: flex;
    width: 100%;
  }

  .team .section-head__title ._row-1 b:last-child {
    justify-content: center;
    padding-left: 50px;
  }

  .team .section-head__title ._row-2:is(.single-course .team .section-head__title ._row-2) {
    padding-left: 0;
  }

  .team .section-head__title ._row-2:is(.page .team .section-head__title ._row-2) b {
    width: 100%;
  }

  .team .section-head__title ._row-2:is(.page .team .section-head__title ._row-2) b:first-child {
    padding-left: 10px;
  }

  .team .section-head__title ._row-2:is(.page .team .section-head__title ._row-2) b:last-child {
    text-align: center;
  }

  .team .section-head__title ._row-3 {
    justify-content: flex-end;
  }
}