.timeline-center {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.timeline {
  display: grid;
  grid-row-gap: 2rem;
  border-left: 3px solid hsl(252, 55%, 34%);
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

/*
.timeline__group {
}
*/
.timeline__year {
  display: inline-flex;
  padding: 0.5rem 1.5rem;
  background-color: hsl(252, 55%, 34%);
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.timeline__cards {
  display: grid;
  grid-row-gap: 1.5rem;
  overflow: hidden;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  position: relative;
  z-index: 2;
}

.timeline__card {
  position: relative;
  margin-left: 1rem;
  padding: 25px;
  border-radius: 2px;
  border-left: 3px solid hsl(252, 55%, 34%);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: rgb(72, 72, 72);
}
.timeline__card::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: hsl(252, 55%, 34%);
  position: absolute;
  top: 35px;
  left: -50%;
  z-index: -1;
}
.timeline__card p {
  margin-bottom: 5px;
  margin-top: 5px;
  /*
      &:last-child {
        margin-bottom: 0;//20px;
      }
  */
}

.time {
  display: inline-flex;
  padding: 0.25rem 1.25rem 0.25rem;
  background-color: #738627;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

/*
.time__month {
}
*/
.time__day {
  margin-left: 0.25em;
}

.card__title {
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.card__content {
  margin-top: 0.5rem;
}

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