.rs-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .rs-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rs-about__text {
  width: 100%;
  max-width: 385px;
  margin-top: 17px;
  margin-right: 30px;
}
@media (max-width: 1169.98px) {
  .rs-about__text {
    max-width: 300px;
  }
}
@media (max-width: 991.98px) {
  .rs-about__text {
    max-width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.rs-about__text h2 {
  margin-bottom: 17px;
}
.rs-about__text p {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 991.98px) {
  .rs-about__text p {
    font-size: 13px;
  }
}
.rs-about__features {
  width: 100%;
  max-width: 866px;
}
.rs-about__features_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 82px;
}
@media (max-width: 1439.98px) {
  .rs-about__features_list {
    gap: 50px;
  }
}
@media (max-width: 991.98px) {
  .rs-about__features_list {
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .rs-about__features_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767.98px) {
  .rs-about__features_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.rs-about__features_img {
  width: 64px;
  height: 64px;
  margin-bottom: 29px;
}
@media (max-width: 767.98px) {
  .rs-about__features_img {
    margin-bottom: 0px;
    margin-right: 20px;
    min-width: 64px;
    max-width: 64px;
  }
}
.rs-about__features_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rs-about__features_description h6 {
  margin-bottom: 17px;
}
@media (max-width: 767.98px) {
  .rs-about__features_description h6 {
    margin-bottom: 5px;
  }
}