#people-list-wr {
  padding: 70px 0 150px;
}
#people-list-wr #people-list {
  align-items: flex-start;
  column-gap: 35px;
  row-gap: 50px;
}
#people-list-wr #people-list img {
  width: 100%;
}
#people-list-wr #people-list .info {
  padding: 25px 10%;
}
#people-list-wr #people-list .info .name {
  font-size: 1.7em;
  font-weight: 700;
  padding: 0 0 10px;
}
#people-list-wr #people-list .info .name small {
  margin: 0 0 0 -5px;
  font-weight: 500;
  color: var(--color-gray);
}
#people-list-wr #people-list .info .name small:before {
  content: ". ";
  font-size: 1.2em;
  font-weight: 700;
  color: var(--default-font-color);
}
#people-list-wr #people-list .info .explain {
  color: var(--color-gray);
}
@media (max-width: 1640px) {
  #people-list-wr {
    padding: 50px var(--default-lr-padding) 100px;
  }
}
@media (max-width: 1100px) {
  #people-list-wr {
    font-size: 10pt;
  }
  #people-list-wr #people-list {
    column-gap: 20px;
    row-gap: 30px;
  }
  #people-list-wr #people-list .info .name {
    padding: 0 0 5px;
  }
}
@media (max-width: 850px) {
  #people-list-wr #people-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  #people-list-wr #people-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/*# sourceMappingURL=style.css.map */
