#text-3-block .text__inner {
  display: flex;
  gap: 30px;
  position: relative;
}
#text-3-block .text__left {
  padding: 30px;
  border: 1px solid var(--bg-primary-stroke);
  flex-basis: 100%;
}
#text-3-block .text__right {
  flex-basis: 100%;
}
#text-3-block .text__img {
  max-height: 400px;
  position: sticky;
  top: 200px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #text-3-block .text__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  #text-3-block .text__left {
    padding: 10px;
  }
}/*# sourceMappingURL=block.css.map */