.rs-about {
  position: relative;
}

.rs-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 90px 0px;
}

@media (max-width: 1920px) {
  .rs-about__item {
    margin: calc(40px + (90 - 40) * ((100vw - 320px) / (1920 - 320))) 0px;
  }
}

@media (max-width: 992px) {
  .rs-about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.rs-about__item-picture {
  width: 100%;
  max-width: 654px;
}

@media (max-width: 992px) {
  .rs-about__item-picture {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 1920px) and (min-width: 993px) {
  .rs-about__item-picture {
    margin-right: calc(30px + (128 - 30) * ((100vw - 992px) / (1920 - 992)));
  }
}

.rs-about__item-picture img {
  width: 100%;
  height: 100%;
}

.rs-about__item-description {
  width: 100%;
  max-width: 362px;
}

@media (min-width: 993px) {
  .rs-about__item-description {
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .rs-about__item-description {
    width: 100%;
    max-width: 100%;
  }
}

.rs-about__item-description h3 {
  margin-bottom: 20px;
}

@media (max-width: 1920px) {
  .rs-about__item-description h3 {
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
  }
}

.rs-about__item-description p {
  margin-bottom: 20px;
}

@media (max-width: 1920px) {
  .rs-about__item-description p {
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
  }
}

.rs-about__item-description .rs-link {
  margin-top: 20px;
}

@media (max-width: 1920px) {
  .rs-about__item-description .rs-link {
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
  }
}

@media (min-width: 993px) {
  .rs-about__item-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .rs-about__item-reverse .rs-about__item-picture {
    margin-left: 128px;
    margin-right: 0px;
  }
}

@media (min-width: 993px) and (max-width: 1920px) {
  .rs-about__item-reverse .rs-about__item-picture {
    margin-left: calc(30px + (128 - 30) * ((100vw - 992px) / (1920 - 992)));
  }
}
