.header {
  background: #151515 url(../assets/pictures/bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.header .text-container {
  z-index: 10;
}

.header .social {
  bottom: 50px;
}

.about-img {
  width: 450px;
}

.lead {
  text-align: justify;
}

@media (max-width: 1000px) {
  .image-container {
    display: flex;
    justify-content: center;
  }
}
.timeline {
  border-left: 1px solid #b8b23f;
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-icon {
  position: absolute;
  left: -48px;
  background-color: #b8b23f;
  color: #463535;
  border-radius: 50%;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.interests-img {
  width: 75%;
  margin: 0 auto;
}

.interests-text {
  text-align: justify;
}

.slide {
  width: 75%;
  margin: 0 auto;
}
