.bottom-section--form {
    padding: 19px 39px 39px;
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    background-color: var(--light2_bg_black);
}
[name="doweb_Interested_products"] .form-body {
    display: grid;
    grid-template-columns: 50% auto;
    column-gap: 20px;
}
[name="doweb_Interested_products"] .form-body .row[data-sid="MESSAGE"] {
    grid-area: 1 / 2 / 4 / 2;
}
.row[data-sid="MESSAGE"] > div,
.row[data-sid="MESSAGE"] .form-group,
.row[data-sid="MESSAGE"] .input,
.row[data-sid="MESSAGE"] textarea {
    height: 100%;
}
.row[data-sid="MESSAGE"] .input {
    height: 100%;
    max-height: 230px;
}
.form-list [name="doweb_Interested_products"] .form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-list [name="doweb_Interested_products"] .licence_block {
    padding: 0;
    margin: 0;
}
@media screen and (max-width:1200px) {
    .form-list [name="doweb_Interested_products"] .form-footer {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10%;
    }
    .form-list [name="doweb_Interested_products"] .form-footer > div:not(:last-child) {
        width: 45%;
    }
}
@media screen and (max-width:768px) {
    [name="doweb_Interested_products"] .form-body { 
        display: block;
    }
    .form-list [name="doweb_Interested_products"] .form-footer {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }
    .form-list [name="doweb_Interested_products"] .form-footer > div:not(:last-child) {
        width: 100%;
    }
}