body{
  overflow-x: hidden;
}

section#timeline {
  width: 80%;
  margin: 20px auto;
  position: relative;
}
section#timeline:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1px;
  width: 2px;
  height: 100%;
  background: rgba(255,255,255,0.2);
}
section#timeline article {
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}
section#timeline article:after {
  content: '';
  display: block;
  clear: both;
}
section#timeline article div.inner {
  width: 40%;
  height: 211px;
  float: left;
  margin: 5px 0 0 0;
  border-radius: 6px;
  border: 1px solid #656565;
}
section#timeline article div.inner span.date {
  display: block;
  width: 60px;
  height: 60px;
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -32px;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: white;
  color: rgba(255,255,255,0.5);
  border: 2px solid rgba(255,255,255,0.2);
  box-shadow: 0 0 0 2px #B62C38;
}
section#timeline article div.inner span.date span {
  display: block;
  text-align: center;
}
section#timeline article div.inner span.date span.day {
  font-size: 10px;
}
section#timeline article div.inner span.date span.month {
  font-size: 18px;
  font-weight: lighter;
  color: #B62C38;
}
section#timeline article div.inner span.date span.year {
  font-size: 10px;
}
section#timeline article div.inner h2 {
  padding: 15px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
  border-radius: 6px 6px 0 0;
  position: relative;
}
section#timeline article div.inner h2:after {
  content: '';
  position: absolute;
  top: 20px;
  right: -5px;
  width: 10px; 
  height: 10px;
  -webkit-transform: rotate(-45deg);
}
section#timeline article div.inner p {
  padding: 15px;
  margin: 0;
  font-size: 14px;
  background: #fff;
  color: #656565;
  border-radius: 0 0 6px 6px;
}
section#timeline article:nth-child(2n+2) div.inner {
  float: right;
}
section#timeline article:nth-child(2n+2) div.inner h2:after {
  left: -5px;
}
section#timeline article:nth-child(1) div.inner h2 {
  background: #003A64;
}
section#timeline article:nth-child(1) div.inner h2:after {
  background: #003A64;
}
section#timeline article:nth-child(2) div.inner h2 {
  background: #003A64;
}
section#timeline article:nth-child(2) div.inner h2:after {
  background: #003A64;
}
section#timeline article:nth-child(3) div.inner h2 {
  background: #003A64;
}
section#timeline article:nth-child(3) div.inner h2:after {
  background: #003A64;
}
section#timeline article:nth-child(4) div.inner h2 {
  background: #003A64;
}
section#timeline article:nth-child(4) div.inner h2:after {
  background: #003A64;
}
section#timeline article:nth-child(5) div.inner h2 {
  background: #003A64;
}
section#timeline article:nth-child(5) div.inner h2:after {
  background: #003A64;
}

#iso{
  width: 10%;
  margin-left: 20px;
}

#space{
  height: 20px;
  background-color: white;
  border-radius: 20px;
}

.imgs{
  display: flex;
  align-items: center;
  margin-top: -10px;
}

.imgs img{
  width: 18%;
  height: 19%;
  margin-left: 20px;
}

.tmln{
  width: 2px;
  height: 950px;
  background-color: #B62C38;
  margin: auto;
  position: absolute;
  left: 47%;
  z-index: -1;
}

@media (max-width: 991px){
  .tmln{
    height: 1620px;
  }

  #iso{
    display: none;
  }

  .imgs{
    flex-direction: column;
    margin-top: unset;
  }

  .imgs img{
    display: none;
  }

  section#timeline article div.inner{
    height: unset;
  }
}