.development-wrapper .list ul:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #ddd;
    position: absolute;
    left: 220px;
    top: 0.65rem;
    z-index: 0;
}
.development-wrapper .list ul li {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    margin-bottom: 50px;
    border-bottom: 1px dashed #eee;
}
.development-wrapper .list ul li .date {
    padding-top: 5px;
    flex: 0 0 220px;
    width: 220px;
}
.development-wrapper .list ul li p {
    font-family: Arial;
    text-transform: uppercase;
    color: #a9a9a9;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.development-wrapper .list ul li .year {
    position: relative;
    font-family: arial!important;
    font-weight: 700;
    font-size: 32px;
    color: #ca0010;
    letter-spacing: 1px;
}
.development-wrapper .list ul li .year:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022051816230622440/cms/image/2ce2183e-3a89-47ef-8972-512a02e99e24.png) no-repeat;;
    position: absolute;
    right: -7px;
    top: 10px;
    ;z-index: 0;;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.development-wrapper .list ul li:hover .year:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022051816230622440/cms/image/49c949b7-ec91-484f-9f85-392eea516e8a.png) no-repeat;;
}
.development-wrapper .list ul li .info {
    flex: 1;
    padding-left: 104px;
}
.development-wrapper .list ul li:hover .title {
    color: #ca0010;
}
.development-wrapper .list ul li .title {
    font-size: 20px;
    color: #414851;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.development-wrapper .list ul li:hover .desc {
    color: #333;
}
.development-wrapper .list ul li .desc {
    position: relative;
    font-size: 14px;
    color: #9e9e9e;
    line-height: 24px;
    padding-bottom: 20px;
}
.development-wrapper .list ul li .desc:after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #ca0010;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
@media only screen and (min-width: 769px){
  .development-wrapper .list ul{
   height: auto;
   /* overflow: auto; */
   padding-right: 0;
   position: relative;
  }
}
@media only screen and (max-width: 768px){
  .development-wrapper{    position: relative;}
    .development-wrapper .list ul li .date{
        flex: 0 0 75px;
    width: 75px  
  }
  .development-wrapper .list ul li .info{
    padding-left: 20px;
  }
  .development-wrapper .list ul:before{
    left: 75px;
    top: 65px;
  }
  .development-wrapper .list ul li .year{
    font-size: 20px;
  }
  .development-wrapper .list ul li .title{
    font-size: 18px;
  }
  .development-wrapper .list ul li .desc{
  line-height: 22px;
  }
}