@media (min-width: 1439.98px) {
  .rs-text {
    margin: 100px 0px 110px;
  }
}
.rs-text__content {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.rs-text__logo {
  background-color: var(--primary-color);
  border-radius: 7px;
  width: 100%;
  max-width: 170px;
  margin-bottom: 20px;
}
@media (max-width: 1439.98px) {
  .rs-text__logo {
    max-width: 146px;
  }
}
.rs-text__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rs-text__body {
  text-align: center;
  max-width: 1095px;
}
.rs-text__body h1 {
  letter-spacing: normal;
}
.rs-text__body .rs-btn {
  margin-top: 50px;
}
@media (max-width: 1439.98px) {
  .rs-text__body .rs-btn {
    margin-top: 30px;
  }
}