.employee-list {
  width: 315px;
  margin: 0 80px 40px 0;
}
@media (max-width: 1170px) {
  .employee-list {
    margin: 0 0 80px;
  }
}
.employee-list:nth-child(3n) {
  margin-right: 0;
}
.employee-list .post {
  margin-bottom: 5px;
  text-align: center;
}
.employee-list .photo {
  height: 420px;
  background: no-repeat center / cover;
  margin-bottom: 10px;
}
.employee-list .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.employee-list .name {
  font-weight: bold;
}
