.rs-banner {
  margin-top: 4px;
  height: 366px;
}
@media (max-width: 767.98px) {
  .rs-banner {
    height: 498px;
  }
}
.rs-banner__container {
  height: 100%;
}
.rs-banner__wrapper {
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.rs-banner__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rs-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .rs-banner__bg img.bg--desk {
    display: none;
  }
}
@media (min-width: 767.98px) {
  .rs-banner__bg img.bg--mob {
    display: none;
  }
}
.rs-banner__body {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 767.98px) {
  .rs-banner__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.rs-banner__description {
  color: #fff;
  width: 100%;
  max-width: 450px;
  margin-left: 163px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1439.98px) {
  .rs-banner__description {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .rs-banner__description {
    padding: 20px;
    margin: 0;
    max-width: 100%;
  }
}
.rs-banner__description p {
  margin-top: 18px;
}
.rs-banner__img {
  position: absolute;
  height: 100%;
  right: 40px;
  top: 0;
  z-index: 5;
}
@media (max-width: 1439.98px) {
  .rs-banner__img {
    right: -40px;
  }
}
@media (max-width: 767.98px) {
  .rs-banner__img {
    right: 0;
    position: relative;
    opacity: 1;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rs-banner__img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .rs-banner__img img.img--desk {
    display: none;
  }
}
@media (min-width: 767.98px) {
  .rs-banner__img img.img--mob {
    display: none;
  }
}