.rs-banner-title {
  position: relative;
  background-color: #efebe3;
  padding: 70px 0 100px;
}

@media (max-width: 1920px) {
  .rs-banner-title {
    padding: calc(50px + (70 - 50) * ((100vw - 320px) / (1920 - 320))) 0px calc(50px + (100 - 50) * ((100vw - 320px) / (1920 - 320)));
  }
}

.rs-banner-title__bg {
  margin-bottom: 30px;
  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;
}

@media (max-width: 1920px) {
  .rs-banner-title__bg {
    margin-bottom: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
  }
}
