.human-resources {
  padding-top: 100px;
  padding-bottom: 100px;
}

.human-resources__s-heading {
  margin-bottom: 140px;
}

.human-resources img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .human-resources {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .human-resources__s-heading {
    margin-bottom: 30px;
  }
}
