.team-main-container {
  position: relative;
}
.swiper-main-container {
  width: 1144px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.team-slid-mage {
  height: 216px;
}
.team-slid-mage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-slid-title {
  background-color: #fafafa;
  height: 150px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.team-slid-title > p,
h3 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 19.2px;
  letter-spacing: 0.05em;
  padding: 0 24px;
}
.team-slid-title > h3 {
  font-weight: 800;
  padding-top: 24px;
  margin: 0;
}
.team-swiper-pagination {
  display: none;
}
.team-swiper-button-next,
.team-swiper-button-prev {
  position: absolute;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
}
.team-swiper-button-prev {
  left: 32px;
}
.team-swiper-button-next {
  right: 32px;
}

@media screen and (max-width: 1023px) {
  .team-slid-mage > img {
    object-fit: inherit;
  }
}

@media screen and (max-width: 1366px) {
  .main_section {
    width: auto;
  }

  .main_section {
    padding: 0 16px 0 16px;
  }
  .swiper-main-container {
    width: auto;
  }
 
  .team-slid-title {
    row-gap: 5px;
    height: 120px;
  }
  .team-slid-title > p,
  h3 {
    padding: 0 16px;
  }
  .team-slid-title > h3 {
    padding-top: 16px;
  }
  .team-slid-title > p {
    padding-bottom: 10px;
  }
  .team-swiper-button-prev {
    left: 0;
  }
  .team-swiper-button-next {
    right: 0;
  }
  .team-swiper-pagination > .swiper-pagination-bullet-active {
    background: #1f201f;
  }
  .team-swiper-pagination {
    display: block;
  }
  .team-swiper-pagination {
    bottom: -45px !important;
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 1;
  }
  .team-swiper-button-next,
  .team-swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: 0;
    top: var(--swiper-navigation-top-offset, 100%);
    margin: 16px 0 0 0;
  }
  .team-swiper-pagination > .swiper-pagination-bullet {
    border-radius: inherit;
    width: 6px;
    height: 6px;
  }
}
@media screen and ((min-width: 1366px) and (max-width: 1400px)) {
  .team-swiper-button-prev {
    left: 24px;
  }
  .team-swiper-button-next {
    right: 24px;
  }
}
