.text-image-block {
  /*min-height: 100vh;*/
}
.text-image-block .text__container {
  position: relative;
}
.text-image-block .text__container .section__title {
  padding: 10px;
  display: inline-block;
  background-color: var(--bg-alt-main);
  position: sticky;
  top: 0;
  left: 30%;
  z-index: 1;
}

.text__inner {
  margin-top: -145px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.text__left img {
  max-width: 100%;
  max-height: 500px;
}

.text__right__inner {
  padding: 40px;
  margin-top: 220px;
  position: sticky;
  top: 220px;
}
.text__right__inner button {
  margin-top: 60px;
}
.text__right__inner .table {
  margin-top: 60px;
}
.text__right__inner .table__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid var(--bg-primary-stroke);
}
.text__right__inner .table__item:first-child {
  border-top: 1px solid var(--bg-primary-stroke);
}

@media screen and (max-width: 1440px) {
  #hero-block .benefits__list {
    position: relative;
  }
}
@media screen and (max-width: 1200px) {
  .text-image-block .text__container .section__title {
    position: relative;
    left: 0;
  }
  .text__inner {
    margin-top: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .text__right__inner {
    margin-top: 25px;
    top: 0;
    padding: 0px;
  }
}
@media screen and (max-width: 992px) {
  .text__right__inner .table__item {
    flex-direction: column;
    align-items: baseline;
  }
  .benefits__item:first-child {
    grid-column-start: 1;
  }
}
@media screen and (max-width: 600px) {
  .text__right__inner {
    position: relative;
  }
}/*# sourceMappingURL=block.css.map */