/* ***** timeline for history page *****  */

.timeline {
  position: relative;
  margin: 50px 0;
}
.timeline::before {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #007bff;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.timeline-item.left {
  left: 0;
}
.timeline-item.right {
  left: 50%;
}
.timeline-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #dee2e6;
}
.timeline-content h4 {
  color: #007bff;
}

/* ***** overriding css for banner *****  */

.page-heading {
  background-image: url("/assets/images/Milestonesl-banner.jpg");
}
.main-services {
  margin-top: 0;
}
