.history {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 6rem;
}
@media (min-width: 1260px) {
  .history {
    margin: 0 -1.2rem;
  }
}
.history__to-archive {
  padding-top: 1.2rem;
}
.history__category {
  width: 100%;
  padding: 0 1.2rem;
  display: flex;
  flex-direction: column;
  margin: 1.2rem 0;
}
@media (min-width: 1260px) {
  .history__category {
    width: 33.3333333333%;
    margin: 0;
  }
}
.history__category--full-width {
  width: 100%;
  padding: 0;
}
@media (min-width: 1260px) {
  .history__category--full-width {
    margin-top: 1.5rem;
  }
}
.history__category__header {
  padding: 1.2rem;
  width: 100%;
  min-height: 130px;
}
.history__category__header h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}
.history__category__header--technology {
  background-color: rgb(51, 105, 125);
  color: rgb(185, 202, 0);
}
.history__category__header--special-event {
  background-color: rgb(51, 105, 125);
  color: rgb(185, 202, 0);
}
.history__category__header--innovation {
  background-color: rgb(255, 133, 51);
  color: rgb(70, 70, 104);
}
.history__category__header--coaching {
  background-color: rgb(55, 168, 219);
  color: rgb(255, 236, 0);
}
.history__category__header--partner {
  background-color: rgb(135, 136, 138);
  color: rgb(198, 199, 200);
}
.history__category__latest {
  display: grid;
  grid-gap: 1.2rem;
}
@media (min-width: 1260px) {
  .history__category__latest {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
}
.history__category__latest-container {
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}
.history__event__items {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.history__event__entry {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgb(26, 23, 27);
}
.history__event__year {
  font-weight: 700;
}
.history__category__items--technology .history__event__year {
  color: rgb(51, 105, 125);
}
.history__category__items--special-event .history__event__year {
  color: rgb(51, 105, 125);
}
.history__category__items--innovation .history__event__year {
  color: rgb(255, 133, 51);
}
.history__category__items--coaching .history__event__year {
  color: rgb(55, 168, 219);
}
.history__category__items--partner .history__event__year {
  color: rgb(135, 136, 138);
}
.history__event__title {
  font-weight: 300;
  font-size: 1rem;
  margin: 0;
  padding-bottom: 0.6rem;
}
.history__show-all {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: 3.6rem;
  text-transform: uppercase;
}
.history__show-all i {
  font-size: 39px;
  margin-top: 10px;
  padding: 15px;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgb(26, 23, 27);
}

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