.team-bg {
  padding: 80px 32px;
}
.team-global {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.team-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.team-title {
  margin: 0;
}
.team-desc {
  line-height: 28px;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.team-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.team-list ul {
  display: flex;
  gap: 32px;
  align-items: stretch;
}
.team-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.team-item__img {
  width: 100%;
  height: 511px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 8px 16px -4px #00000014;
  position: relative;
}
.team-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item__content {
  position: absolute;
  bottom: 30%;
  background: #00000099;
  backdrop-filter: blur(12.43429183959961px);
  border-radius: 9.33px;
  padding: 9.33px;
  width: max-content;
}
.team-item__name {
  font-size: 18px;
  line-height: 24.87px;
}
.team-item__position {
  font-size: 12.43px;
  line-height: 21.76px;
  text-transform: uppercase;
}
.team-item__name,
.team-item__position {
  color: #d0d5dd;
}

@media (max-width:991px) and (min-width:769px) {
  
  .team-list ul {
    justify-content: center;
  }
  .team-item-xl .team-item__content {
    bottom: 72%;
  }
}

@media (max-width: 768px) {
  .team-bg {
    padding: 32px 0px;
    background: url("../img/team/team_bg.jpg") no-repeat center/cover;
  }
  .team-desc {
    line-height: 22px;
  }
  .team-title,
  .team-desc {
    color: #f9fafb;
  }
  .team-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .team-list ul {
    gap: 24px;
  }

  .team-item-xl {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .team-item-xl .team-item__img {
    width: 100%;
    height: 100%;
    border-radius: 12.43px;
    overflow: hidden;
    box-shadow: 0px 5.52px 11.05px -2.76px #00000014;
    position: relative;
  }
  .team-item-xl .team-item__img img {
    width: 150px;
    height: 200px;
  }
  .team-item__content {
    bottom: 0;
    width: 100%;
    padding: 6.44px;
  }
  .team-item__name {
    font-size: 12px;
    line-height: 17px;
  }
  .team-item__position {
    font-size: 8px;
    line-height: 15px;
  }

  .team-item__img {
    width: 100%;
    height: 100%;
    border-radius: 8.9px;
  }

  .team-item__img img {
    width: 100px;
    height: 143px;
    object-fit: cover;
  }
}
