.b-milestones .b__content {
  width: 1px;
  margin-right: calc(var(--layout-gutter) / 2);
  margin-left: calc(var(--layout-gutter) / 2);
  min-width: calc(100% / var(--layout-columns) * 12 - var(--layout-gutter) - 0.01px);
}
.b-milestones .b__milestones {
  width: 1px;
  margin-right: calc(var(--layout-gutter) / 2);
  margin-left: calc(var(--layout-gutter) / 2);
  min-width: calc(100% / var(--layout-columns) * 12 - var(--layout-gutter) - 0.01px);
}
.b-milestones .b__content + .b__milestones {
  margin-top: var(--block-spacing);
}
.b-milestones .c-milestones {
  --color-line: var(--color-primary);
  --space-width: 40px;
  display: flex;
  flex-flow: column;
  row-gap: var(--layout-gutter);
  position: relative;
}
.b-milestones .c-milestones:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: var(--color-line);
}
.b-milestones .c-milestones .c-milestone {
  position: relative;
  left: var(--space-width);
  display: flex;
  flex-flow: row nowrap;
  column-gap: clamp(0.75rem, 0.26vw + 0.69rem, 1rem);
  background-color: var(--color-background-3);
  padding: clamp(0.75rem, 0.26vw + 0.69rem, 1rem);
  width: calc(100% - var(--space-width));
}
.b-milestones .c-milestones .c-milestone:before {
  position: absolute;
  right: 100%;
  top: 50%;
  content: "";
  width: 40px;
  height: 1px;
  background-color: var(--color-text);
}
.b-milestones .c-milestones .c-milestone:first-child:after, .b-milestones .c-milestones .c-milestone:last-child:after {
  content: "";
  position: absolute;
  top: -1px;
  left: calc(var(--space-width) * -1);
  width: 1px;
  background-color: white;
  height: calc(50% + 1px);
}
.b-milestones .c-milestones .c-milestone:last-child:after {
  top: unset;
  bottom: 0;
  height: calc(50% - 2px);
}
.b-milestones .c-milestone__year span {
  padding: 0 4px;
  background-color: var(--color-secondary);
}
.b-milestones .c-milestone__headline + .c-milestone__text {
  margin-top: clamp(0.25rem, 0.26vw + 0.19rem, 0.5rem);
}

@media (min-width: 1024px) {
  .b-milestones .b__content {
    width: 1px;
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
    min-width: calc(100% / var(--layout-columns) * 8 - var(--layout-gutter) - 0.01px);
  }
  .b-milestones .c-milestones:before {
    left: calc(50% - 1px);
    width: 2px;
  }
  .b-milestones .c-milestones .c-milestone {
    width: calc(50% - var(--space-width));
    left: calc(50% + var(--space-width));
  }
  .b-milestones .c-milestones .c-milestone:before {
    height: 2px;
  }
  .b-milestones .c-milestones .c-milestone:not(:first-child) {
    margin-top: -38px;
  }
  .b-milestones .c-milestones .c-milestone:nth-child(2n+1) {
    left: 0;
  }
  .b-milestones .c-milestones .c-milestone:nth-child(2n+1):before {
    left: 100%;
  }
  .b-milestones .c-milestones .c-milestone:nth-child(2n+1):last-child:after, .b-milestones .c-milestones .c-milestone:nth-child(2n+1):first-child:after {
    right: unset;
    left: calc(100% + var(--space-width) - 1px);
    width: 2px;
  }
}

/*# sourceMappingURL=style.css.map */
