.timeline h4 {
    color: orange;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

 
.timeline {
    margin: 50px 30px;
    position: relative;
    color: #C2C2C3;
}

.timeline .item {
    display: flex;
    gap: 120px;
}

.rightcontent h4:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: orange;
    margin-left: -60px;
    margin-top: 10px;
}

.leftcontent {width: 20%;}

.timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    background: orange;
    left: 197px;
    top: 20px;
}

.rightcontent {
    width: 80%;
}

.rightcontent ul {
    list-style-type: none;
}

.rightcontent li:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url("https://144787711.fs1.hubspotusercontent-eu1.net/hub/144787711/hubfs/asdasd-removebg-preview.png") no-repeat !important;!i;!;
    position: absolute;
    margin-left: -26px;
    top: 8px;
    background-size: contain !important;!i;!;
}

.rightcontent li {
    line-height: 30px;
    position: relative;
}





@media (max-width:600px){
  .rightcontent ul {
    padding: 0 !important;
}
 .rightcontent {
    width: 100%;
} 
  
 .cell_1737728516347-padding.dnd-column {
    padding: 0px !important;
}

.timeline:before {
   left: 89px !important;
}
  
 .timeline .item {
    gap: 96px;
}
  
.rightcontent h4:before {
    margin-left: -49px !important;
}
  
  
.rightcontent h4 {
    margin-left: -25px;
}
  .timeline{
  margin:50px 10px !important
  }


}