.RecruitPhotos {
  background-color: #fff570;
  width: 100%;

  overflow: hidden;
}

.RecruitPhotos__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;

  height: 100%;
}

.RecruitPhotos__body {
  position: relative;
  width: 100%;
  max-width: 720px;
}

.RecruitPhotos__img {
  margin-left: auto;
  margin-right: auto;
}
