  body .block-content-flex {
    display: flex;
    height: auto !important;
}

body .block-left-flex {
    float: none;
    order: 1;
}

body .block-right-flex {
    float: none;
    display: flex;
    order: 2;
    width: calc(100% - 240px);
    margin-left: 30px;
}

body .content-element {
    width: 100%;
}

body .link-right-flex {
    position: static;
    width: 210px;
    margin-left: 10px;
    padding: 0;
    order: 2;
}