/*
  general
  header
  mobile
*/

/* general
============================================================================ */

.index-textillu {
  display: flex;
  max-width: 1440px;
  padding: var(--pos-gap-section-section, 240px) var(--pos-gap-page-content-x-margin, 40px) 0;
  flex-direction: column;
  align-items: center;
  gap: var(--pos-gap-section-elements, 40px);
  align-self: stretch;
  margin: 0 auto;
}

/* header
============================================================================ */

.textillu {
  display: flex;
  max-width: 1440px;
  align-items: center;
  justify-content: space-between;
  gap: var(--pos-gap-section-elements, 40px);
  align-self: stretch;
}

.textillu-header h1 {
  align-self: stretch;
  font-size: var(--pos-headline-3, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: var(--pos-headline-3-line-height, 32px); /* Converted from 2em to 32px */
  background: linear-gradient(270deg, var(--subheader-news-gradient-from, #2173c4) 89.48%, var(--subheader-news-gradient-to, #0f7b0a) 99.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.textillu-header h2 {
  align-self: stretch;
  color: var(--pos-color-prominent, #141414);
  font-size: var(--pos-headline-1, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: var(--pos-headline-1-line-height, 48px);
}

.textillu button {
  padding: var(--pos-gap-tag-h, 12px) var(--pos-gap-n-button, 16px);
  text-wrap: nowrap;
  min-width: 200px;
}

/* mobile
============================================================================ */

@media (max-width: 768px) {
  .textillu {
    flex-direction: column;
    gap: var(--pos-gap-section-elements, 40px);
  }

  .textillu-header h1 {
    font-size: 1.25rem;
    line-height: 24px;
    text-align: start;
  }

  .textillu-header h2 {
    font-size: 1.75rem;
    line-height: 28px;
    text-align: start;
  }
}
