.founder-history {
  position: relative;
  margin-top: 26px;
}

.founder-history article {
  position: relative;
  padding-left: 30px;
  border-left: 5px solid #234f8f;
}

.founder-history article:nth-child(2) {
  border-left-color: #b31942;
}

.founder-history .history-year {
  margin: 0 0 6px;
  color: #b31942;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.founder-history h3 {
  color: #071f4a;
}
