.normal-list {
  margin-left: 20px;
}

.normal-list li {
  display: list-item;
}

.row--centered {
  display: flex;
  align-items: center;
}

.container__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#countdown {
  line-height: normal;
}

.timeline {
  padding-bottom: 25px;
  border-bottom: none;
}

.timeline > :not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 2px rgba(250, 250, 250, 0.25);
}

.timeline-entry {
  display: flex;
  gap: 20px;
  max-height: 500px;
}

.timeline-entry > * {
  width: 50%;
}

.timeline-entry__text {
  display: flex;
  align-items: center;
}

.timeline-entry__img {
  display: flex;
  justify-content: right;
}

.timeline-entry__img img {
  height: 100%;
  width: auto;
}
