.section-heading {
  text-align: center;
  margin-bottom: var(--space-2xl);
  --heading-line-width: 255px;
    z-index: 1000;
    position: relative;
}

.section-heading__lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 0;
}

.section-heading__line {
  flex: 1;
  max-width: var(--heading-line-width);
  height: 1px;
  background: var(--color-border);
}

.section-heading__titles {
  padding-inline: 10px;
  text-align: center;
}

.section-heading__title {
    font-family: var(--font-yanone);
    font-size: clamp(2.625rem, 1.2188rem + 3.75vw, 4.5rem);
    font-weight: 700;
    line-height: 0.9;
    text-transform: uppercase;
}

.section-heading__title-line2 {
    font-family: var(--font-yanone);
    font-size: clamp(1.375rem, -0.0313rem + 3.75vw, 3.25rem);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.9;
    color: #FFA900;
    margin-top: 4px;
}

.section-heading--faq.section-heading--stacked {
  margin-bottom: 42px;
}


.section-heading--map {
  margin-bottom: 0;
}

.section-heading--map .section-heading__lines {
  justify-content: flex-start;
}


.section-heading--map.section-heading--stacked .section-heading__stack {
  gap: 4px;
}


.section-heading__subtitle {
  font-size: var(--text-lg);
  color: var(--color-text-muted);
  margin-top: var(--space-sm);
}

.section-heading--left {
  text-align: left;
}

.section-heading--left .section-heading__lines {
  justify-content: flex-start;
}

.section-heading--left .section-heading__titles {
  text-align: left;
}

.section-heading--left.section-heading--stacked .section-heading__stack,
.section-heading--left.section-heading--stacked .section-heading__group {
  align-items: flex-start;
}

.section-heading--stacked .section-heading__stack {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.section-heading--stacked .section-heading__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
}

.section-heading--stacked .section-heading__group .section-heading__line {
  flex: none;
  max-width: none;
  width: 100%;
  background: var(--color-white);
}

.section-heading--stacked {
  margin: 0;
}

.section-heading--winners.section-heading--stacked {
  margin-bottom: 42px;
}


.section-heading--brands.section-heading--stacked {
  margin-bottom: 0;
}

.section-heading--cooperation.section-heading--stacked {
  margin-bottom: 0;
  width: 100%;
  max-width: 377px;
}

.section-heading--cooperation.section-heading--stacked .section-heading__stack {
  width: 100%;
  min-width: 0;
}

.section-heading--cooperation .section-heading__subtitle {
  font-size: var(--text-lg);
  line-height: 1.2;
  color: var(--color-white);
  margin-top: 16px;
  text-align: center;
}
