.stafe-blocks-team {
  margin: 3.5rem 0;
  border-radius: 1.5rem;
}
@media (min-width: 1200px) {
  .stafe-blocks-team {
    margin: 6rem 1rem;
  }
}
.stafe-blocks-team .team-block_container .team_title {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .stafe-blocks-team .team-block_container .team_title {
    margin-bottom: 3.5rem;
  }
}
.stafe-blocks-team .team-block_container .team_team {
  position: relative;
  overflow: hidden;
}
.stafe-blocks-team .team-block_container .team_team .team_item .team_img {
  border-radius: 1.5rem;
  overflow: hidden;
  height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stafe-blocks-team .team-block_container .team_team .team_item .team_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.stafe-blocks-team .team-block_container .team_team .team_item .team_name {
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}
.stafe-blocks-team .team-block_container .team_team .team_item .team_job {
  margin-bottom: 0;
}
.stafe-blocks-team .team-block_container .team_team .swiper-button-disabled {
  opacity: 0;
}
.stafe-blocks-team .team-block_container .team_team .swiper-button-prev {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  height: 4rem;
  width: 4rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--stafinity-colors-white);
  background: var(--stafinity-colors-tertiary);
  font-size: 2.25rem;
}
@media (min-width: 576px) {
  .stafe-blocks-team .team-block_container .team_team .swiper-button-prev {
    transform: translate(0, -50%);
  }
}
.stafe-blocks-team .team-block_container .team_team .swiper-button-next {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 4rem;
  width: 4rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--stafinity-colors-white);
  background: var(--stafinity-colors-tertiary);
  font-size: 2.25rem;
}
@media (min-width: 576px) {
  .stafe-blocks-team .team-block_container .team_team .swiper-button-next {
    transform: translate(0, -50%);
  }
}
.stafe-blocks-team.section_team-bg-color {
  margin: 0;
  padding: 3.5rem 0;
}
@media (min-width: 1200px) {
  .stafe-blocks-team.section_team-bg-color {
    margin: 0 1rem;
    padding: 6rem 0;
  }
}

/*# sourceMappingURL=style.css.map */
