.meet-the-team {
  overflow: hidden;
}

.meet-the-team__header {
  align-items: end;
  gap: 30px;
  justify-content: space-between;
  display: flex;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 2px solid var(--color-cream);
}
@media only screen and (max-width: 767.98px) {
  .meet-the-team__header {
    align-items: center;
    gap: 7px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .meet-the-team__header {
    align-items: start;
  }
}

.meet-the-team__header-text {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .meet-the-team__text {
    max-width: 480px;
  }
}

.meet-the-team__swiper {
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .meet-the-team__swiper {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .meet-the-team__swiper {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}

.meet-the-team__card > * + * {
  margin-top: 12px;
}

.meet-the-team__image {
  aspect-ratio: 1/1;
}
.meet-the-team__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  filter: grayscale(0.9);
}

.meet-the-team__role {
  margin-top: 4px;
}

.meet-the-team__bio {
  margin-top: 16px;
}

.meet-the-team__link {
  display: block;
  margin-top: 16px;
}
