.timeline {
  position: relative;
}
.timeline * {
  max-width: 100%;
}
.timeline::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #a0a0a0;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 95px;
}
.timeline section {
  margin-bottom: 10px;
}
.timeline section time {
  color: #a0a0a0 !important;
  display: inline-block !important;
}
.timeline section time::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #a0a0a0;
  border-radius: 50%;
  position: absolute;
  margin-top: -25px;
  left: 75px;
}
.timeline section time .big {
  font-size: 40px;
}
.timeline section time .small {
  font-size: 13px;
  display: inline-block;
  height: 100%;
  line-height: 20px;
}
.timeline section time .small .light {
  color: #ffffff !important;
}
.timeline section .rounded-img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-position: center center;
  background-size: contain;
  margin-top: 10px;
}
.timeline section a {
  display: inline-block;
}
.timeline section a h3 {
  font-size: 16px;
  color: #ffffff;
}
