.request.center {
    --width: 700px;
    >h1 {
        margin-bottom: 12px;
    }
    > p {
        margin: 10px 0px;
        font-size: 20px;
    }
    >div {
        margin-bottom: 30px;
        > p {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;
            font-weight: 400;
            color: #666;
            i {
                font-size: 28px;
            }
            .icon-check {
                color: mediumseagreen;
            }
            .icon-x {
                color: crimson;
            }
            margin: 15px 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=licence.css.map*/