.human-practices {
  margin-top: 20px;
  padding: 0 200px;
}
.human-practices-title {
  height: 150px;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
}
.human-practices p {
  text-indent: 2em;
}
.human-practices-img {
  width: 100%;
}
.human-practices-img div:first-child {
  display: flex;
  justify-content: center;
}
.human-practices-img div:first-child img:first-child {
  margin-right: 20px;
}
.human-practices-img div:first-child img {
  width: 500px;
}
.human-practices-img div:last-child {
  text-align: center;
}
