.rs-parallax {
  height: 557px;
  position: relative;
  overflow: hidden;
  background: #3c3c3b;
  color: #fff;
}

.rs-parallax.rs-parallax-dop {
  background-color: #3c3c3b;
  background-image: linear-gradient(135deg, #3c3c3b 0%, #191919 100%);
}

.rs-parallax.rs-parallax-dop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  pointer-events: none;
}
@media (min-width: 1439.98px) {
  .rs-parallax {
    margin: 100px 0px;
  }
}
@media (max-width: 1599.98px) {
  .rs-parallax {
    height: 450px;
  }
}
@media (max-width: 1439.98px) {
  .rs-parallax {
    height: 400px;
  }
}
@media (max-width: 1169.98px) {
  .rs-parallax {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .rs-parallax {
    height: 300px;
  }
}
.rs-parallax__container {
  height: 100%;
}
.rs-parallax__wrapper {
  height: 100%;
  position: relative;
}
@media (min-width: 991.98px) {
  .rs-parallax__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.rs-parallax__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #3c3c3b;
}
.rs-parallax__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: opacity(0.8);
}
@media (max-width: 991.98px) {
  .rs-parallax__bg img {
    display: none;
  }
}
.rs-parallax__desc {
  height: 100%;
  color: #fff;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  z-index: 1;
}
@media (min-width: 991.98px) {
  .rs-parallax__desc {
    grid-column: 2/3;
  }
}
@media (max-width: 991.98px) {
  .rs-parallax__desc {
    padding: 20px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rs-parallax__desc h2{
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
@media (max-width: 1599.98px) {
  .rs-parallax__desc h2 {
    font-size: 35px;
  }
}
@media (max-width: 1439.98px) {
  .rs-parallax__desc h2 {
    font-size: 30px;
  }
}
@media (max-width: 1169.98px) {
  .rs-parallax__desc h2 {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .rs-parallax__desc h2 {
    font-size: 20px;
  }
}
@media (min-width: 991.98px) {
  .rs-parallax__desc h1,
  .rs-parallax__desc h2 {
    max-width: 555px;
  }
}
.rs-parallax__desc .rs-btn {
  margin-top: 30px;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
}
.rs-parallax__desc .rs-btn path{
  stroke: #000;
}
.rs-parallax__desc .rs-btn:hover{
 background-color: #000;
  color: #fff;
}
.rs-parallax__desc .rs-btn:hover path{
  stroke: #fff;
}
@media (max-width: 991.98px) {
  .rs-parallax__desc .rs-btn {
    margin-top: 20px;
  }
}
