.about .about-content .timeline-box2{
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .about .about-content .timeline2{
    background-color: var(--bg-black-100);
    padding: 30px 15px;
    border: 1px solid var(--bg-black-50);
    border-radius: 10px;
    width: 100%;
    position: relative;
  
  }
  
  .about .about-content .timeline2 .timeline-item2{
    position: relative;
    padding-left: 37px;
    padding-bottom: 8px;
  
  }
  
  .about .about-content .timeline2 .timeline-item2:last-child{
    padding-bottom: 0;
  
  }
  
  .about .about-content .timeline2 .timeline-item2::before{
    content: "";
    width: 1px;
    position: absolute;
    height: 100%;
    left: 7px;
    top: 0;
    background-color: var(--skin-color);
  }
  
  .about .about-content .timeline2 .circle-dot2{
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--skin-color);
  }
  
  .about .about-content .timeline2 .timeline-date{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
    color: var(--text-black-700);
  
  }
  
  .about .about-content .timeline2 .timeline-date .fa{
    margin-right: 5px;
  }
  
  .about .about-content .timeline2 .timeline-title2{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 2px;
    text-transform: capitalize;
    color: var(--text-black-900);
    /* display: inline; */
  }
  
  .about .about-content .timeline2 .timeline-text2{
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
    color: var(--text-black-700);
    /* display: inline; */
  }


 