.front-page-talents .wrap {
  max-width: 1440px;
}
.front-page-talents__title {
  margin: 0 0 40px;
}
.front-page-talents__wrapper {
  display: flex;
  align-items: center;
  gap: 174px;
}
.front-page-talents__subtitle {
  max-width: 730px;
}
.front-page-talents__button {
  background-color: var(--white);
}

.team-slider {
  padding: unset !important;
  background: #FFFFFF !important;
  margin-bottom: 165px;
}
.team-slider__banner {
  width: 300px;
  height: 300px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
  font-size: unset;
  line-height: unset;
}
.team-slider__banner-wrapper {
  width: unset !important;
  height: unset !important;
}

/* TABLET */
@media only screen and (max-width: 991.98px) {
  .front-page-talents__wrapper {
    display: block;
  }
  .front-page-talents__subtitle {
    margin: 0 0 40px;
  }
  .team-slider {
    margin-bottom: 140px;
  }
}
/* END TABLET */
/* MOBILE */
@media only screen and (max-width: 1024px) {
  .front-page-talents__title {
    font-size: 36px;
    line-height: 47px;
    margin-bottom: 20px;
  }
  .front-page-talents__button {
    margin: 0;
  }
  .team-slider {
    margin-bottom: 124px;
  }
}
/* MOBILE END */