.center.request {
    margin-top: 20px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    --width: 500px;

    >h1 {
        font-size: 40px;
        color: var(--brand-accent);
        font-weight: 900;
        line-height: 1;
    }
    > p {
        margin: 20px 0px;
    }
    > div{
        width: 100%;
    }
    .input-with-text {
        margin-bottom: 10px;
    }
    .cta {
        margin-top: 20px;
        text-align: center !important;
        align-items: center !important;
        justify-content: center !important;
        display: flex !important;
        max-width: 240px;
    }
}

/*# sourceMappingURL=promo_request.css.map*/