.rs-about-us__block {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
}
.rs-about-us__body {
  padding: 5.6rem;
  background-color: #fff;
  border-radius: 0.8rem;
}
@media (min-width: 991.98px) {
  .rs-about-us__body {
    position: absolute;
    z-index: 10;
    top: 1.6rem;
    right: 1.6rem;
    width: 100%;
    max-width: 93.2rem;
  }
}
@media (max-width: 991.98px) {
  .rs-about-us__body {
    padding: 3rem 1.6rem;
  }
}
.rs-about-us__body .rs-btn {
  margin-top: 5.4rem;
}
@media (max-width: 991.98px) {
  .rs-about-us__body .rs-btn {
    margin-top: 3rem;
  }
}
.rs-about-us__body p {
  margin-top: 2.4rem;
}
.rs-about-us__body ul {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 160%;
  color: #000;
  margin-top: 2.4rem;
}
@media (max-width: 991.98px) {
  .rs-about-us__body ul {
    font-size: 1.6rem;
  }
}
.rs-about-us__body ul li {
  position: relative;
  padding-left: 2.75rem;
}
.rs-about-us__body ul li::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  margin-top: -0.3rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: currentColor;
  border-radius: 50%;
}
.rs-about-us__img {
  width: 100%;
  height: 100%;
}
.rs-about-us__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}