
.who {

}
.who__images {
  position: relative;
  margin-bottom: 15rem;
  max-width: 400px;
  transform: scale(0.70) translateX(-15%);
}
.who__images picture {
  position: relative;
  width: 320px;
}
.who__images picture:nth-child(1) {
  right: 25%;
}
.who__images picture:nth-child(2),
.who__images picture:nth-child(3),
.who__images picture:nth-child(4) {
  position: absolute;
}
.who__images picture:nth-child(2) {
  top: -5%;
  left: 50%;
}
.who__images picture:nth-child(3) {
  z-index: 1;
  top: 75%;
  left: 55%;
  transforme : rotate(-5deg);
}
.who__images picture:nth-child(4) {
  top: 50%;
  right: 20%;
}
.who__text {
  max-width: 650px;
}
.who__title {
  max-width: 923px;
  margin: 0 auto;
}
@media screen and (min-width: 420px) {
  .who__images {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) {
  .who__images {
    transform: scale(1) translateX(-10%);
  }
}
@media screen and (min-width: 1200px) {
  .who__content {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 1rem;
  }
  .who__images {
    max-width: initial;
    margin-left: auto;
    margin-right: 10rem;
    transform: none;
  }
  .who__images picture:nth-child(1) {
    right: 40%;
  }
  .who__text {
    max-width: 450px;
  }
}
@media screen and (min-width: 1500px) {
  .who__content {
    gap: 0;
  }
  .who__images {
    margin-right: 12.5rem;
  }
}
