.rs-banner {
  background-color: #025ea1;
  border-radius: 20px 20px 0px 0px;
  margin-bottom: -20px;
  margin-top: 27px;
}
@media (max-width: 1609.98px) {
  .rs-banner {
    margin-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .rs-banner {
    margin-top: 24px;
  }
}
.rs-banner::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 20px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px 20px 0px 0px;
  z-index: 10;
}
.rs-banner__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
.rs-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rs-banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.rs-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rs-banner__container {
  position: relative;
  z-index: 10;
}
.rs-banner__body {
  min-height: 430px;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  padding: 54px 0px;
}
.rs-news-banner .rs-banner__body {
  min-height: 755px;
  padding: 130px 0px 50px;
}
@media (max-width: 1439.98px) {
  .rs-news-banner .rs-banner__body {
    min-height: 500px;
  }
}
@media (max-width: 991.98px) {
  .rs-news-banner .rs-banner__body {
    min-height: 350px;
  }
}
.rs-news-banner .rs-banner__body h1 {
  margin-bottom: 135px;
}
@media (max-width: 767.98px) {
  .rs-news-banner .rs-banner__body h1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1439.98px) {
  .rs-banner__body {
    min-height: 350px;
  }
}
@media (max-width: 1169.98px) {
  .rs-banner__body {
    padding: 40px 0px;
  }
}
@media (max-width: 991.98px) {
  .rs-banner__body {
    min-height: 200px;
    padding: 25px 0px;
  }
}
.rs-banner__body h1 {
  margin-bottom: 40px;
}
@media (max-width: 1439.98px) {
  .rs-banner__body h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1169.98px) {
  .rs-banner__body h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .rs-banner__body h1 {
    margin-bottom: 10px;
  }
}
.rs-banner__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .rs-banner__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rs-banner__footer .rs-link {
  color: #fff;
}
.rs-banner__date {
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0.6px;
}
@media (max-width: 1439.98px) {
  .rs-banner__date {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .rs-banner__date {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .rs-banner__date {
    margin-top: 10px;
  }
}