/* Mainstage S2 — Centered with Trust Logos */

.mstg.v2 {

    /* -- Spacing overrides ---------------------------- */

    --mstg-tls-pd-v-tp:      250;
    --mstg-tls-pd-v-tp-mbl:  80;
    --mstg-tls-pd-v-bt:      250;
    --mstg-tls-pd-v-bt-mbl:  80;
    
    /* -- Background image opacity --------------------- */

    --mstg-img-bg-o: 0.6;

    /* -- Body text max-width -------------------------- */

    p {
        max-width: 58ch;
        margin-inline: auto;
    }
    .fnt_t-big{
        line-height: 1.2;

    }
    .number{
        display: inline-block;
        svg{
            position: absolute;
            bottom: -1rem;     
            left: 50%;
            transform: translateX(-50%);
            height: unset;
            width: 200%;

        }
    }
}
