.c-tme-team__main-photo-container {
  height: 100%;
  width: 100%;
}[dir] .c-tme-team__main-photo-container {
  padding-bottom: 1rem;
}
@media (min-width: 1280px) {
  [dir] .c-tme-team__main-photo-container {
    padding-bottom: 8rem;
  }
}

.c-tme-team__main-photo {
  width: 100%;
  object-fit: cover;
  min-height: 20rem;
}

[dir] .c-tme-team__main-photo {
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .c-tme-team__main-photo {
    min-height: auto;
  }
}
@media (min-width: 1280px) {
  .c-tme-team__main-photo {
    min-height: auto;
  }
}

[dir] .c-tme-team__section-title {
  margin-top: 0;
}
[dir] .c-tme-team__section-title--with-padding {
  padding-top: 1rem;
}
@media (min-width: 1280px) {
  [dir] .c-tme-team__section-title--with-padding {
    padding-top: 6rem;
  }
}

@media (min-width: 1280px) {
  .c-tme-team__section-text {
    font-size: 1.5rem;
    word-spacing: 0.4rem;
  }
}

.c-tme-team__people-section,
.c-tme-team__team-section {
  position: relative;
  overflow: visible;
}

.c-tme-team__team-background {
  height: 100%;
  width: 100%;
  z-index: -1;
}

[dir] .c-tme-team__team-background {
  background: #F5F5F5;
}

[dir=ltr] .c-tme-team__team-background {
  border-bottom-right-radius: 0.5rem;
}

[dir=rtl] .c-tme-team__team-background {
  border-bottom-left-radius: 0.5rem;
}
@media (min-width: 1280px) {
  .c-tme-team__team-background {
    position: absolute;
    top: 0;
    max-width: calc(128rem + (100vw - 128rem) / 4);
  }
}

.c-tme-team__people-wrapper {
  max-width: 128rem;
  z-index: 1;
}

[dir] .c-tme-team__people-wrapper {
  margin: 0 auto;
  padding: 1rem;
}
@media (min-width: 1280px) {
  .c-tme-team__people-wrapper {
    position: relative;
    min-height: 40rem;
  }
  [dir] .c-tme-team__people-wrapper {
    padding: 6rem 0;
  }
}
@media (min-width: 1280px) and (max-width: 1311px) {
  [dir=ltr] .c-tme-team__people-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  [dir=rtl] .c-tme-team__people-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.c-tme-team__team-wrapper {
  max-width: 128rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  z-index: 1;
}

[dir] .c-tme-team__team-wrapper {
  margin: 0 auto;
  padding: 1rem;
}
@media (min-width: 1280px) {
  .c-tme-team__team-wrapper {
    position: relative;
    grid-template-columns: 0.9fr 1.1fr;
    column-gap: 5rem;
    min-height: 40rem;
  }
  [dir] .c-tme-team__team-wrapper {
    padding: 6rem 0;
  }
}
@media (min-width: 1280px) and (max-width: 1311px) {
  [dir=ltr] .c-tme-team__team-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  [dir=rtl] .c-tme-team__team-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.c-tme-team__people-content {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1280px) {
  .c-tme-team__people-content {
    grid-template-columns: 45% 55%;
  }
}