.team-slider__slide {
  width: 264px !important;
  height: 352px;
  border-radius: 35px;
  position: relative;
  overflow: visible;
  transition: transform 0.2s;
}

.team-slider__slide:hover {
  transform: scale(1.01);
}

.swiper-slide__person-card {
  display: flex;
  width: 100%;
  height: 100%;
}

.swiper-slide__person-image {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  object-fit: cover;
}

.swiper-slide__image-overlay {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  position: absolute;
  background: linear-gradient(157deg, rgba(0, 0, 0, 0) 52.97%, rgba(0, 0, 0, 0.4) 100.08%);
  z-index: 2;
}

.swiper-slide__text-wrapper {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: white;
  z-index: 3;
  text-align: right;
}

.team__navigation-buttons-wrapper {
  transition: background-color 0.3s;
}

.next-button, .back-button {
  transition: background-color 0.2s;
}

.next-button:hover, .back-button:hover {
  background-color: #edebe8;
}

@media (min-width: 883px) {
  .team-slider__slide {
    width: 290.4px !important;
    height: 387.2px;
  }
}

/*# sourceMappingURL=team-slider.css.map */
