.rs-develop {
  margin: 38px 0px 120px;
}
@media (max-width: 1920px) {
  .rs-develop {
    margin: calc(35px + 3 * (100vw - 320px) / 1600) 0px calc(35px + 85 * (100vw - 320px) / 1600);
  }
}
.rs-develop__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -42px;
}
.rs-develop__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}