/* Mainstage S2 — Centered with Trust Logos */

.mstg.v2 {

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

    --mstg-tls-pd-v-tp:      160;
    --mstg-tls-pd-v-tp-mbl:  80;
    --mstg-tls-pd-v-bt:      160;
    --mstg-tls-pd-v-bt-mbl:  80;

    /* -- Background image opacity --------------------- */

    --mstg-img-bg-o: 0.45;

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

    p {
        max-width: 58ch;
        margin-inline: auto;
    }
    .deco{
        background-color: white;
    }
    &::before{
        content: '';
        background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 1) 100%
        );
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
    }
    .bg{
        video{
            opacity: 1;
        }
    }
    .inf{
        z-index: 2;
    }
}
