/* Explore */
.main-header {
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
  url('../img/about-cover.jpg')center/cover no-repeat fixed;
}

.explore {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  url('../img/about-cover2.jpg')center/cover no-repeat;
  color: #FFF;
}
p {
  font-size: 0.9rem;
  font-weight: bold;
  opacity: 0.7;
}
.timeline {
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem;
}
.timeline .timeline-body {
  position: relative;
  background: rgba(0,0,0,0.5);
  margin-left: 3rem;
  border-radius: 0 8px 8px 0;
  padding: 5px 0;
}
.timeline .timeline-body:after {
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--mainYellow);
  position: absolute;
  left: -4px;
  top: 0;
}
.timeline .timeline-item {
  position: relative;
}
.timeline .timeline-item:after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 4px solid  var(--mainYellow);
  background-color: #2F3331;
  position: absolute;
  left: -15px;
  top: 4px;
  z-index: 9;
}
.timeline .time {
  position: absolute;
  left: -85px;
  top: 4px;
  font-size: 0.8rem;
}
.timeline .content {
  margin: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #555;
}
.content .title {
  font-weight: 500;
  margin-bottom: 1rem;
}
