
    .nps-output {
        height: 5rem;
        font-size: 1.5rem;
        font-weight: 600; 
    }

    .step {
        display: flex;
        margin-bottom: 1.875rem;
    }

    .step-number {
        min-width: 3rem;
        height: 3rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        color: #fff;
        margin-right: 0.9375rem;
    }

    .step-1,
    .step-2,
    .step-3 {
        background: #5d5d5d;
    }

    .step h3{
        font-size: 1.5rem
    }
    .step p {
        margin: 0;
        font-size: 0.875rem;
        opacity: 0.9;
    }
