.people {
  background-image: url(../img/bg-people.jpg);
  background-size: cover;
  width: 100%;
}
.people header {
  background: none;
}
.people__inner {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.people__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 200px;
}
.people__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1600px) {
  .people__list {
    gap: 220px 20px;
  }
}
.people__list__block {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 10%;
}
@media (max-width: 1360px) {
  .people__list__block {
    width: calc((100% - 60px) / 4);
  }
}
@media only screen and (max-width: 1200px) {
  .people__list__block {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 600px) {
  .people__list__block {
    width: calc((100% - 20px) / 2);
  }
}
.people__list__block a {
  width: 100%;
  text-decoration: none;
  color: var(--color-black);
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
}
.people__list__block a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.people__list__block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 1px var(--color-black);
  border-radius: 16px;
  background-color: var(--color-white);
}
.people__list__block ul li {
  border-bottom: solid 1px var(--color-black);
  text-align: center;
  padding: 20px 0;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .people__list__block ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .people__list__block ul li {
    font-size: 12px;
  }
}
.people__list__block ul li:nth-of-type(1) {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .people__list__block ul li:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .people__list__block ul li:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.people__list__block ul li:nth-of-type(1) {
  font-weight: 600;
}
.people__list__block ul li:last-child {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .people__list__block ul li:last-child {
    font-size: 12px;
  }
}
@media only screen and (max-width: 430px) {
  .people__list__block ul li:last-child {
    font-size: 11px;
  }
}
.people__list__block ul li:last-child {
  letter-spacing: 0;
  border: none;
}
.people .shain1 {
  position: relative;
}
.people .shain1::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  background-image: url(../img/interview-am.png);
  background-size: cover;
  width: 160px;
  height: 190px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.people .shain2 {
  position: relative;
}
.people .shain2::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  background-image: url(../img/interview-fh.png);
  background-size: cover;
  width: 160px;
  height: 190px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.people .shain3 {
  position: relative;
}
.people .shain3::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  background-image: url(../img/interview-ni.png);
  background-size: cover;
  width: 160px;
  height: 190px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.people .shain4 {
  position: relative;
}
.people .shain4::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  background-image: url(../img/interview-in.png);
  background-size: cover;
  width: 160px;
  height: 190px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.people .shain5 {
  position: relative;
}
.people .shain5::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  background-image: url(../img/interview-yy.png);
  background-size: cover;
  width: 160px;
  height: 190px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.people .shain6 {
  position: relative;
}
.people .shain6::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  background-image: url(../img/interview-wm.png);
  background-size: cover;
  width: 160px;
  height: 190px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.people .shain7 {
  position: relative;
}
.people .shain7::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  background-image: url(../img/interview-dc.png);
  background-size: cover;
  width: 160px;
  height: 190px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.people .shain8 {
  position: relative;
}
.people .shain8::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  background-image: url(../img/interview-mn.png);
  background-size: cover;
  width: 160px;
  height: 190px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.people .job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.people .job span {
  margin-top: 16px;
  background-color: var(--color-yellow-green);
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.people .job span.art {
  background-color: var(--color-perple);
}

.people__title,
.people__list__block {
  opacity: 0;
}