.personSection__personItem:first-child {
  width: 90.5%;
}
.personSection__personItem:nth-child(7) {
    margin: -6rem auto 0 0;
}
.personSection__personItem:nth-child(8) {
  margin: -3rem 0 0 auto;
}
.personSection__personItem:nth-child(9) {
  width: 81.674963%;
}
.personSection__personItem:nth-child(10) {
  width: 90.5%;
}
.personSection__personItem:nth-child(11) {
  margin: -1rem 0 0 auto;
  width: 90.897511%;
}
.personSection__personItem:nth-child(11) .personSection__personPicture {
  margin: 1rem auto 0 0;
}

/* Max Width*/
.personSection__personItem:first-child .personSection__personPicture {
  max-width: 52.73%;
}
.personSection__personItem:nth-child(2) .personSection__personPicture {
  max-width: 35.13%;
}
.personSection__personItem:nth-child(4) .personSection__personPicture {
  max-width: 52.73%;
}
.personSection__personItem:nth-child(5) .personSection__personPicture {
  top: 4rem;
  max-width: 35.13%;
}
.personSection__personItem:nth-child(6) .personSection__personPicture {
  top: 3rem;
  max-width: 52.73%;
}
.personSection__personItem:nth-child(7) .personSection__personPicture {
  max-width: 45.16%;
}
.personSection__personItem:nth-child(8) .personSection__personPicture {
  max-width: 52.73%;
}
.personSection__personItem:nth-child(9) .personSection__personPicture {
  max-width: 51.8%;
}
.personSection__personItem:nth-child(10) .personSection__personPicture {
  max-width: 34.13%;
}
.personSection__personItem:nth-child(11) .personSection__personPicture {
  max-width: 43.16%;
  margin: 1rem 0 0 0;
}

@media screen and (max-width: 1350px) {
.personSection__personItem:nth-child(5) .personSection__personPicture,
.personSection__personItem:nth-child(6) .personSection__personPicture {
  top: 0;
}
}

/* Font-size */
.personSection__personItem:nth-child(5) .personSection__personComment {
  font-size: 5.6rem;
}
.personSection__personItem:nth-child(6) .personSection__personComment {
  font-size: 4.6rem;
}
.personSection__personItem:nth-child(10) .personSection__personComment {
  font-size: 3.8rem;
}
.personSection__personItem:nth-child(11) .personSection__personComment {
  font-size: 5.6rem;
}
@media screen and (max-width: 1350px) {
  .personSection__personItem:nth-child(5) .personSection__personComment,
  .personSection__personItem:nth-child(6) .personSection__personComment,
  .personSection__personItem:nth-child(10) .personSection__personComment,
  .personSection__personItem:nth-child(11) .personSection__personComment {
    font-size: calc(12vw / 3.75);
  }
}

.personSection__personLink {
  align-items: center;
}
