._3d0VcOOl {
    background-color: #fff;
    background-position: top center;
    /* background-image: url('./assets/donx-bg-01.png'); */
    background-repeat: repeat-y;
    background-size: cover;
}

.JlQzlXpR {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--global-color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

