.team {
  background-image: url(/wp-content/uploads/2026/04/frame-122031-1.png);
  padding: 300px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: -200px;
  margin-top: -190px;
}
.team .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.team .section__title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}
.team .team-content {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: flex-start;
}
.team .team-text {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  max-width: 490px;
}
.team .team-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.team .swiper-container {
  width: 100%;
  overflow: hidden;
}
.team .swiper-wrapper {
  align-items: stretch;
}
.team .swiper-slide {
  /*width: 600px !important;*/
  height: 460px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.team .slider-arrows {
  position: absolute;
  left: 540px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.team .slider-prev,
.team .slider-next {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 204, 0, 0.95);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.team .slider-prev:hover,
.team .slider-next:hover {
  background: rgb(255, 204, 0);
}

@media (max-width: 1200px) {
  .team {
    margin-bottom: 0;
    margin-top: 0;
  }
  .team .team-content {
    grid-template-columns: 1fr;
  }
  .team .team-text {
    max-width: 100%;
  }
  .team .team-slider {
    width: 100%;
  }
  .team .swiper-slide {
    width: 100% !important;
    height: 420px;
  }
  .team .slider-arrows {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .team {
    padding: 60px 0;
  }
  .team .section__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .team .swiper-slide {
    height: 320px;
  }
  .team .slider-arrows {
    top: auto;
    bottom: 20px;
    transform: none;
    flex-direction: row;
    right: 20px;
  }
}/*# sourceMappingURL=block.css.map */