    a {
    text-decoration: none;
    color: inherit;
  }
  
  .list-with-icons {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .list-with-icons li {
    display: block;
    width: 100%;
    padding: 12px 25px 12px 0px;
    padding-left: 50px;
    margin: 20px;
    line-height: 1;
    font-family: 'Arial';
    font-size: 20px;
    background-color: transparent;
    border-right: 1px dashed #ccc;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    transition: all .35s ease;
    animation: listText 10s infinite ease-in-out;
  }
  
  /*@keyframes listTextt {
      0%   {padding-left: 50px; text-align: left}
      52%  {padding-left: 50px; text-align: left}
      55%  {padding-left: 100px; text-align: right}
      96%  {padding-left: 100px; text-align: right}
      99%  {padding-left: 50px; text-align: left}
      100%  {padding-left: 50px; text-align: left}
  }*/
  
  .list-with-icons li:before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    border-radius: 100%;
    background-color: #fff;
    border-left: 2px dotted #ccc;
    box-shadow: -1px 0 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 50%;
    left: -15px;
    animation: animation1 60s infinite ease-in-out;
  }
  
  .list-with-icons li:after {
    display: block;
    margin-top: -15px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: -2.5px;
    animation: animation2 60s infinite ease-in-out;
  }
  
  /*@keyframes animation1 {
      0%   {left: -15px;}
      52%  {left: -15px;}
      55%  {left: 310px;}
      96%  {left: 310px;}
      99%  {left: -15px;}
      100% {left: -15px;}
  }
  
  @keyframes animation2 {
      0%   {left: -2.5px;}
      52%  {left: -2.5px;}
      55%  {left: 323.5px;}
      96%  {left: 323.5px;}
      99%  {left: -2.5px;}
      100% {left: -2.5px;}
  }*/
 
  .list-with-icons li:first-of-type:after{
    content: '\f3c5';
    padding-left: 5px;
    font-weight: 900;
    color: #607d8b;
  }
  .list-with-icons li:nth-child(2):after {
    content: '\f0e0';
    color: #607d8b;
    
  }
  .list-with-icons li:nth-child(3):after{
    content: '\f879';
    font-weight: 700;
    color: #607d8b;

  }

  .list-with-icons li:nth-child(4):after{
    content: '\f682';
    font-weight: 700;
    color: #607d8b;

  }
  
  .ft{
      font-size: 14px;
  }
  .cc{
    color: #fff;
  }
  
  