    @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
    .container{   
        height:25px;
        padding-top:5px;
        align-items: center;
    }
    .progresses{
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 100%;
    }
    .line{
        width: 20%;
        height: 3px;
        background: #a3a3a3;
   }
   .line-ed{
        width: 20%;
        height: 3px;
        background: #63d19e;
    }
   .steps{
        display: flex;
        background-color: #FFF;
        color: #a3a3a3;
        font-size: 12px;
        width: 20px;
        height: 20px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;

   }
   .steps-ed{
        display: flex;
        background-color: #63d19e;
        color: #fff;
        font-size: 12px;
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;

    }