
/* BREAKPOINT: Desktop (BASE) */
.mdm-form-group.brxe-div {display: flex; flex-direction: row; align-self: stretch !important; width: 100%; column-gap: 1.5rem; row-gap: 0px}

/* BREAKPOINT: Mobile portrait */
@media (max-width: 478px) {
.mdm-form-group.brxe-div {flex-direction: column}
}