.right-image-left-content-block {
  margin-top: var(--top-space);
  margin-bottom: var(--bottom-space);
}
.right-image-left-content-block__inner-part {
  margin: 56px 180px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-image-left-content-block__right-part {
  width: 50%;
}
.right-image-left-content-block__right-part img {
  width: 100%;
  border-radius: 20px;
}
.right-image-left-content-block__left-part {
  width: 50%;
  padding: 0 150px 0 0;
}
.right-image-left-content-block__left-part h2 {
  font-size: 40px;
  letter-spacing: 5.33px;
  color: var(--dark);
  margin-bottom: 35px;
}
.right-image-left-content-block__left-part p {
  color: var(--dark);
}
.right-image-left-content-block__left-part .ldf-button {
  margin-top: 30px;
  width: fit-content;
}

@media only screen and (max-width: 992px) {
  .right-image-left-content-block {
    width: 100%;
  }
  .right-image-left-content-block__inner-part {
    flex-direction: column-reverse;
    margin: 56px 25px 0;
  }
  .right-image-left-content-block__right-part {
    width: 100% !important;
  }
  .right-image-left-content-block__right-part img {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .right-image-left-content-block__left-part {
    padding: 0;
    width: 100% !important;
  }
  .right-image-left-content-block__left-part h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}

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