.left-content-background-image-block {
  position: relative;
}
.left-content-background-image-block__left-part {
  width: 100%;
}
.left-content-background-image-block__right-part {
  height: 100%;
  position: absolute;
  top: 0;
  right: var(--right-space);
  z-index: -1;
}
.left-content-background-image-block__right-part img {
  width: 100%;
}
.left-content-background-image-block__inner-part {
  margin: 20px var(--left-space) 130px;
  padding-bottom: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-content-background-image-block__inner-part img {
  width: 100%;
}
.left-content-background-image-block__inner-part h1 {
  font-size: 40px;
  letter-spacing: 5.33px;
  color: var(--dark);
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 0;
}
.left-content-background-image-block__inner-part h2 {
  font-size: 40px;
  letter-spacing: 4.44px;
  color: var(--light-dark);
  font-weight: 300;
  text-transform: initial;
}
.left-content-background-image-block__inner-part .ldf-button {
  width: fit-content;
  margin-top: 35px;
}
.left-content-background-image-block__inner-part span {
  max-width: 860px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .left-content-background-image-block__right-part {
    margin: 0 auto;
  }
  .left-content-background-image-block__inner-part {
    display: block;
  }
  .left-content-background-image-block__inner-part span {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .left-content-background-image-block__inner-part {
    padding-bottom: 10px;
    margin-bottom: 80px;
  }
  .left-content-background-image-block__inner-part h1 {
    font-size: 36px;
  }
  .left-content-background-image-block__inner-part h2 {
    font-size: 30px;
  }
  .left-content-background-image-block__inner-part span p {
    font-size: 14px;
    letter-spacing: 1.56px;
  }
}

/*# sourceMappingURL=left-content-background-image.css.map */
