.devprakash-storysection {  max-width: 1250px; margin: auto; text-align: center;}

.timeline {
  position: relative;
  margin: 60px auto;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #829F48;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  padding: 20px 40px;
  position: relative;
  width: 50%;
}

.timeline-item.left {
  left: 0;
}

.timeline-item.right {
  left: 50%;
}

.timeline-content {
  background: #fefffc;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #829F48;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: -8px;
  background: white;
  border: 3px solid #3F5737;
  top: 40px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item.right::before {
  left: -8px;
}

.timeline-year {
  color: #829F48;
  font-weight: 600;
  margin-bottom: 10px;
}

.timeline-title {
  font-size: 22px;
  font-weight: 700;
  color: #3F5737;
  margin-bottom: 15px;
}

.timeline-text {
  font-size: 15px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {

  .timeline::after {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 25px;
    margin-bottom: 40px;
  }

  .timeline-item.right,
  .timeline-item.left {
    left: 0%;
  }

  .timeline-item::before {
    left: 12px;
  }
}
