.tl-row1 .timeline-item p 
{
    height:175px;
}

.tl-row1 {
  border-bottom: 1px solid #929292;
  position: relative; 
}

.timeline-item {
  border-left: 1px solid #929292;
  position: relative;
}

.tl-row1::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
 background-color: #8DC63F;
  border-radius: 50%;
  transform: translateY(50%);
}

.timeline-item::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: #8DC63F;
  border-radius: 50%;
  transform: translateX(-50%);
}
.tl-row2 .timeline-item::after
{
top: -5px;
}
@media only screen and (max-width:991px)
{
    img.year-icon{
    width: 75%;
}
}
@media only screen and (max-width:767px)
{
    img.year-icon{
    width: 40%;
}
.timeline-item::after, .tl-row1::after
{
    content:none;
}
.tl-row1 .timeline-item p 
{
    height:auto;
}
.tl-row1 
{
    border-bottom:0px;
}
.timeline-item 
{
    border-left:0px;
}
}
