.text-column-block {
  padding: var(--spacing-10) 0;
}
@media screen and (min-width: 1024px) {
  .text-column-block {
    padding: var(--spacing-20) 0;
  }
}

.text-column-block-content {
  display: flex;
  gap: var(--spacing-4);
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .text-column-block-content {
    flex-direction: row;
    gap: var(--spacing-20);
  }
}

.text-column-first,
.text-column-second {
  flex: 1;
}

.text-column-first h2 {
  font-size: var(--fs-bear);
}
/*# sourceMappingURL=textColumnBlock.1770194470976.css.map */