.team-section {
  height: 800px;
  overflow: hidden;
  background: var(--color-navy-500);
  padding: 133px 0 0 71px;
}

.team-section__intro {
  margin-left: 11px;
}

.team-section h2 {
  width: 397px;
  color: var(--color-cyan-500);
  font-family: var(--font-heading);
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.team-section__intro p {
  width: 433px;
  height: 45px;
  margin-top: 8px;
  color: var(--color-navy-50);
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.team-section__scroller {
  width: 1299px;
  max-width: calc(100vw - 71px);
  height: 428px;
  margin-top: 29px;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: auto;
  clip-path: inset(0 0 0 0);
  contain: paint;
}

.team-section__scroller::-webkit-scrollbar {
  display: none;
}

.team-section__cards {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 32px;
  will-change: transform;
}

.team-card {
  flex-shrink: 0;
  overflow: hidden;
}

.team-card--mazen {
  width: 326px;
  height: 408px;
}

.team-card--adham {
  width: 326px;
  height: 407px;
}

.team-card--mohamed {
  width: 325px;
  height: 407px;
}

.team-card--marina {
  width: 326px;
  height: 408px;
}

.team-card--esraa {
  width: 326px;
  height: 408px;
}

.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .team-section {
    height: 403px;
    padding: 40px 0 0 24px;
  }

  .team-section__intro {
    margin-left: 0;
  }

  .team-section h2 {
    width: 350px;
    height: 45px;
    font-size: 40px;
  }

  .team-section__intro p {
    width: 382px;
    height: 36px;
    margin-top: 8px;
    font-size: 14px;
    overflow: hidden;
  }

  .team-section__scroller {
    width: calc(100vw - 41px);
    height: 210px;
    margin-top: 24px;
    overflow-x: hidden;
  }

  .team-section__cards {
    width: max-content;
    gap: 8px;
  }

  .team-card,
  .team-card--mazen,
  .team-card--adham,
  .team-card--mohamed,
  .team-card--esraa,
  .team-card--marina {
    width: 168px;
    height: 210px;
  }

  .team-card--esraa,
  .team-card--marina {
    width: 168px;
    height: 210px;
  }
}
