.rs-steps__bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 991.98px) {
  .rs-steps__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 991.98px) and (max-width: 1439.98px) {
  .rs-steps__wrapper {
    gap: 20px;
  }
}
@media (min-width: 991.98px) and (max-width: 1169.98px) {
  .rs-steps__wrapper {
    gap: 15px;
  }
}
@media (min-width: 991.98px) {
  .rs-steps__text {
    grid-column: 1/2;
  }
  .rs-steps__text_body {
    position: sticky;
    top: 150px;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .rs-steps__text .rs-btn {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .rs-steps__content {
    padding-left: 100px;
    grid-column: 2/4;
  }
}
@media (min-width: 991.98px) and (max-width: 1439.98px) {
  .rs-steps__content {
    padding-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .rs-steps__content {
    margin-top: 16px;
  }
}
.rs-steps__item {
  padding: 30px 60px 30px 40px;
  background: #f3f6ff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1439.98px) {
  .rs-steps__item {
    padding: 30px 48px 30px 36px;
  }
}
@media (max-width: 767.98px) {
  .rs-steps__item {
    padding: 16px;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.rs-steps__item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1439.98px) {
  .rs-steps__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 991.98px) {
  .rs-steps__item:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media (max-width: 767.98px) {
  .rs-steps__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.rs-steps__num {
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: 800;
  font-size: 17px;
  line-height: 160%;
  text-align: center;
  color: var(--primary-color);
  width: 41px;
  height: 41px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1439.98px) {
  .rs-steps__num {
    width: 33px;
    height: 33px;
    font-size: 15px;
  }
}
.rs-steps__img {
  margin-right: 40px;
  max-width: 188px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1439.98px) {
  .rs-steps__img {
    max-width: 164px;
    margin-right: 16px;
  }
}
@media (max-width: 767.98px) {
  .rs-steps__img {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}
.rs-steps__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rs-steps__desc p {
  margin-top: 8px;
}