.progresses{
    display: flex;
        align-items: center;
   }

   .line{

    width: 30px;
    height: 2px;
    background: #63d19e;
   }

   
   .steps{

    display: flex;
    background-color: #63d19e;
    color: #fff;
    font-size: 4px;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

   }