.contenedor-promo-form {
    height: calc(100vh - 156px);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(45deg, #FC671F 0%, #A40089 47.88%, #2463B2 100%);
}

.column-left-promo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-right: 420px;
    width: 100%;
}

.column-left-promo img {
    width: 100%;
    max-width: 860px;
}

.column-right-promo {
    width: 30%;
    height: 100%;
}

.drawer-legal .drawer-title-container {
    flex-direction: row-reverse;
    justify-content: space-between;
}



#PromotionsCard {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 360px;
    z-index: 10;
}



@media (max-width: 768px) {
    .contenedor-promo-form {
        height: initial;
        flex-direction: column;
    }
    .column-left-promo,
    .column-right-promo {
        width: 100%;
        height: 50%;
    }

    #PromotionsCard {
        position: static;
        width: 100%;
        margin: 0px auto 0;
    }


}