.o-team-cards {
  overflow: hidden;
}
.o-team-cards__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
  align-items: center;
}
.o-team-cards__header--heading {
  margin: 0;
  width: 100%;
}
.o-team-cards__header--btn {
  height: 100%;
  border: none;
}
.o-team-cards__outer-wrapper.m-swiper {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .o-team-cards__outer-wrapper.m-swiper {
    overflow: hidden;
  }
}
.o-team-cards__item {
  text-decoration: none;
  color: currentColor;
}
.o-team-cards__title {
  margin-bottom: 1.5rem;
  color: inherit;
}
.o-team-cards__text p {
  margin: 0;
}
.o-team-cards__image {
  margin-bottom: 3rem;
}
.o-team-cards__image img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}
.o-team-cards__grid {
  width: auto;
  margin: 0 -1rem;
}
.o-team-cards__outer-wrapper:not(.swiper-initialized) .swiper-slide {
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .o-team-cards__outer-wrapper:not(.swiper-initialized) .swiper-slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.o-team-cards__outer-wrapper:not(.swiper-initialized) .swiper-wrapper {
  overflow: hidden;
  width: auto;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .o-team-cards__outer-wrapper:not(.swiper-initialized) .swiper-wrapper {
    margin: 0 -1.5rem;
  }
}
.o-team-cards__outer-wrapper:not(.swiper-initialized)[data-columns-mobile="1"] .swiper-slide {
  width: calc(100% - 4rem);
  margin-right: 4rem;
}
.o-team-cards__outer-wrapper:not(.swiper-initialized)[data-columns-mobile="2"] .swiper-slide {
  width: calc(50% - 4rem);
  margin-right: 4rem;
}
@media screen and (min-width: 768px) {
  .o-team-cards__outer-wrapper:not(.swiper-initialized)[data-column-desktop="3"] .swiper-slide {
    width: 33.3333333333%;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .o-team-cards__outer-wrapper:not(.swiper-initialized)[data-columns-desktop="4"] .swiper-slide {
    width: 25%;
    margin-right: 0;
  }
}
.o-team-cards__bottom-btn {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
