.rich-text img{
  max-height: 32px;
  object-fit: contain;
}

.timeline {
  padding: 1rem 0;
  margin: 2rem 0;
}

.timeline p {
  margin-bottom: 0;
}

.timeline--image img{
  margin-top: 1rem;
  width: 100%;
}

.timeline:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}

.timeline h3 {
  text-wrap: nowrap;
}