.for_he_she_wrap {
  margin-top: 100px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 3px;
}
@media (max-width: 1024px) {
  .for_he_she_wrap {
    padding: 0;
    margin-top: 80px;
  }
}
@media (max-width: 720px) {
  .for_he_she_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 500px) {
  .for_he_she_wrap {
    margin-top: 38px;
    gap: 39px 3px;
  }
}
@media (max-width: 720px) {
  .for_he_she_wrap .for_he_she .block_links {
    padding-left: 15px;
  }
}
.for_he_she_wrap .for_he_she .for_person {
  display: block;
  width: 100%;
  height: 870px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .for_he_she_wrap .for_he_she .for_person {
    height: 435px;
  }
}
@media (max-width: 500px) {
  .for_he_she_wrap .for_he_she .for_person {
    height: 240px;
    width: 100%;
    background-position: top;
  }
}
.for_he_she_wrap .for_he_she .for_person img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
