.team-bg {
  padding: 32px;
  background: radial-gradient(
    74.1% 42.02% at 50% 45.41%,
    #ebf8ff 0%,
    #ffffff 100%
  );
}
.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 {
  gap: 24px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.team-item {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 0 36px;
  text-align: center;
}
.team-item__content__img img,
.team-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item__img {
  overflow: hidden;
  height: auto;
  border-radius: 18px;
  box-shadow: 0px 8px 16px -4px #00000014;
}
.team-item__content__img {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.team-item__content {
  display: flex;
  flex-direction: column;
  gap: 3.82px;
}
.team-item__content__name {
  font-size: 18px;
  line-height: 24.87px;
}
.team-item__content__cv {
  color: #667085;
  font-size: 12.43px;
  line-height: 21.76px;
  text-transform: uppercase;
}

@media (max-width: 991px) and (min-width: 769px) {
}

@media (max-width: 768px) {
  .team-bg {
    padding: 16px 0px;
  }
	.team-global{
		gap: 30px;
	}
  .team-list {
    gap: 32px;
    margin: 0;
  }
  .team-item {
    margin: 0;
    padding: 0 12px;
    gap: 10.85px;
    flex: 1;
  }
  .team-item__img {
   
  }
  .team-item__content {
    gap: 3.62px;
  }
  .team-item__content__name {
    font-size: 14px;
    line-height: 24.87px;
  }
  .team-item__content__cv {
    font-size: 12px;
    line-height: 21.76px;
  }
}
@media screen and (max-width: 576px) {
  .team-list {
    gap: 32px;
    margin: 0;
  }
  .team-item {
    margin: 0;
    align-items: center;
    width: calc(50% - 16px);
  }

}
