

.teams .form{
    margin: 0 0 0 auto;
    z-index: 1;
}

.teams__people{
    max-width: 370px;
    height: 500px;
    position: relative;
    margin: 0 auto;
}

.team__container {
  max-width: 370px;
  height: 500px;
  position: relative;
  margin: 0 auto;
}
.team__employee {
  position: absolute;
  text-align: center;
  font-size: 12px;
  line-height: 1.33;
  width: 96px;
}
.team__employee_big .team__employee__img {
  width: 96px;
  height: 96px;
  border-width: 4px;
  border-radius: 36px;
}
.team__employee_middle .team__employee__img {
  width: 80px;
  height: 80px;
  border-radius: 32px;
  border-width: 3px;
}
.team__employee_small .team__employee__img {
  width: 64px;
  height: 64px;
  border-radius: 24px;
  border-width: 2px;
}
.team__employee__img {
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-color: #fff;
  overflow: hidden;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.team__employee__img img {
  max-width: 100%;
}
.team__employee__name {
  margin: 8px 0 4px;
}
.team__employee__func {
  color: rgba(0, 0, 0, 0.3);
}
.team__employee.alibala {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.team__employee.george {
  top: 174px;
  left: 50%;
  transform: translateX(-50%);
}
.team__employee.valery {
  left: 0;
  top: 40px;
}
.team__employee.arty {
  right: 0;
  top: 40px;
}
.team__employee.galya {
  left: 0;
  top: 210px;
}

.team__employee.galya .team__employee__func {
    word-break: break-word;
}

.team__employee.brigita {
  right: 0;
  top: 210px;
}
.team__employee.ayman {
  top: 380px;
  left: 0;
}
.team__employee.alex {
  top: 350px;
  left: 50%;
  transform: translateX(-50%);
}
.team__employee.shinar {
  top: 380px;
  right: 0;
}


@media screen and (max-width: 1024px) {
    .teams .form {
        margin: 60px auto 0;
    }
}