.rs-about {
  margin-top: 30px;
}
.rs-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -15px;
}
@media (max-width: 767.98px) {
  .rs-about__wrapper {
    margin: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rs-about__wrapper > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 766px;
  padding: 15px;
}
@media (max-width: 767.98px) {
  .rs-about__wrapper > * {
    padding: 10px;
    max-width: 100%;
  }
}
.rs-about__img {
  width: 100%;
  height: 100%;
}
.rs-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rs-about__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rs-about__desc h2 {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1439.98px) {
  .rs-about__desc h2 {
    font-size: 28px;
  }
}
@media (max-width: 1169.98px) {
  .rs-about__desc h2 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .rs-about__desc h2 {
    font-size: 20px;
  }
}
.rs-about__desc p {
  margin-top: 14px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #858585;
}
@media (max-width: 1439.98px) {
  .rs-about__desc p {
    font-size: 16px;
  }
}
@media (max-width: 1169.98px) {
  .rs-about__desc p {
    font-size: 13px;
  }
}
.rs-about__desc ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #858585;
}
.rs-about__desc ul li:not(:last-child) {
  margin-bottom: 10px;
}
.rs-about__desc ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  min-width: 4px;
  min-height: 4px;
  max-width: 4px;
  max-height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 16px;
}
@media (max-width: 1169.98px) {
  .rs-about__desc ul li::before {
    margin-right: 10px;
  }
}
.rs-about__body a {
    position: relative;
}
.rs-about__body a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}