.history-container {
  padding-top: 6.9375rem;
  padding-bottom: 9.625rem;
  overflow: hidden;
  background-color: #F7F7F7;
}
.history-container .gabarit {
  max-width: 107.5rem;
  margin-left: auto;
  margin-right: auto;
}
.history-container .headline {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 821px) {
  .history-container .headline {
    align-items: flex-start;
    flex-direction: column;
  }
}
.history-container .title {
  font-family: Windsor;
  font-size: 15.4375rem;
  font-weight: 300;
  line-height: 0.8097165992;
  letter-spacing: -0.02em;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8.25rem;
}
.history-container .title p {
  line-height: 0.8097165992;
  margin-top: 0;
  margin-bottom: 0;
}
.history-container .baseline {
  max-width: 32.1875rem;
  font-size: 1.1875rem;
  line-height: 1.7894736842;
}
@media only screen and (max-width: 821px) {
  .history-container .baseline {
    font-size: var(--global--font-size-text);
    margin-top: 4.375rem;
    max-width: 252px;
  }
}
.history-container .content {
  margin-top: 8.625rem;
  display: flex;
  column-gap: 1.875rem;
}
@media only screen and (max-width: 821px) {
  .history-container .content {
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 16px;
  }
}
.history-container .content .block {
  flex: 0.5;
  width: 0;
}
@media only screen and (max-width: 821px) {
  .history-container .content .block {
    flex: 1;
    max-width: 262px;
  }
}
.history-container .content .block:first-child {
  flex: 2.5;
}
@media only screen and (max-width: 821px) {
  .history-container .content .block:first-child {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }
}
.history-container .content .name {
  font-family: Open Sans;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.15em;
  color: #B82D25;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 821px) {
  .history-container .content .name {
    font-size: var(--global--font-size-text);
    margin-top: var(--global--font-size-text);
  }
}

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