#text-block .text__img {
  grid-column: 6 span;
  border-radius: 5px;
  overflow: hidden;
  max-height: 530px;
}
#text-block .text__wrapper {
  background: var(--bgSecondary);
  border-radius: 10px;
  grid-column: 6 span;
  padding: 40px;
  padding-right: 50px;
}
#text-block .text__content {
  max-height: 450px;
  padding-right: 20px;
  overflow-y: auto;
}
#text-block .text__content::-webkit-scrollbar {
  width: 3px;
}
#text-block .text__content::-webkit-scrollbar-track {
  background: var(--stroke);
}
#text-block .text__content::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

@media screen and (max-width: 850px) {
  #text-block .text__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #text-block .text__img {
    max-height: 600px;
    height: 70.042vw;
  }
  #text-block .text__content {
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  #text-block .text__wrapper {
    padding: 20px;
  }
}/*# sourceMappingURL=block.css.map */