.timeline-section {
  background-color: var(--unhcr-light);
}

.timeline {
  position: relative;
  padding-left: 1.5rem;
  margin: 0 0 0 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--unhcr-blue);
}

.timeline-body {
  background-color: var(--unhcr-white);
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: .25rem;
  box-shadow: 1px 3px 9px rgba(0,0,0, .1);
}

.timeline-body::before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: var(--unhcr-blue);
  left: -1.85rem;
  top: 1.2rem;
  border-radius: 50%;
  z-index: 1;
}

/* .timeline-body::after {
  content: '';
  background: inherit;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  left: -.5rem;
  top: 1.2rem;
  transform: rotate(45deg);
  border-radius: 0 0 0 2px;
} */

.timeline-body:last-child,
.timeline-body > :last-child {
  margin-bottom: 0;
}


.timeline-body h4 {
  color: var(--unhcr-blue);
}

.timeline-body h5 {
  font-size: 1.1rem;
  margin-bottom: 0;
}
