.timeline-runner {
  width: 2vw;
  margin: 0 2vw;
}
.timeline-bg {
  background-image: url("../images/Line.png");
  background-repeat: repeat-y;
  background-position: center;
  background-size: 2vw auto;
}
.timeline-section-wrapper .title {
  font-size: 1.1vw;
  color: var(--primary-color);
  font-family: var(--poppins-semibold);
}

.timeline-section-wrapper .content {
  padding: 2vw 0;
}

.img-fluid {
  width: 100% !important;
}
