.history-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.history-item-image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 24rem;
  min-height: 24rem;
  border-radius: 100rem;
  background-color: var(--light-grey);
  margin-bottom: 4.8rem;
  overflow: hidden;
}

.history-item-image {
  width: 12.8rem;
  height: 12.8rem;
}

.history-item-title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.2rem;
}

.history-item-text {
  max-width: 80rem;
  text-align: center;
}
