@media only screen and (max-width: 1024px) {


    .result-info {
        display: flex !important;
        position: relative !important;
        /*top: 300px;*/
        bottom: unset !important;
        /*right: 300px;*/
        font-size: 16px;
        border-radius: 8px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        /*max-width: 768px;*/
        width: 90%;
        margin: 0 16px;
        height: fit-content;
        left:auto!important;

    }

    /*.result-info:after {
        content: "i";
        display: flex;
        position: absolute;
        right: 10px;
        background-color: #337ab7;
        width: 36px;
        height: 36px;
        border-radius: 36px;
        color: white;
        font-size: 18px;
        font-weight: 600;
        font-style: italic;
        justify-content: center;
        align-items: center;
    }*/

    div.divider {
        width: 32px;
        rotate: 90deg;
    }

    button.buttonBack:before {
        content: "<";
        font-size: initial;

    }

    button.buttonBack {
        font-size: 0;
        width: 16px;
    }

    div.bottom-buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    div.help-text {

        width: auto;
    }

    button.buttonRed {
        width: 100%;
    }

    div.ms-2.answer-false:before {
        content: "[?]";
        font-size: initial;
    }

    div.ms-2.answer-false {
        font-size: 0;
        width: 48px;
        min-width: 48px;
    }

    button.buttonBlue {
        width: 100%;
        border: 0px solid #337ab7;
        background-color: white;
        color: #337ab7;
        font-size: 12px;
        text-align: right;

    }

    button.buttonBlue:before {
        content: "* ";
        color: #337ab7;

    }

    div.bottom-buttons button.buttonBlue {
        width: 100%;
        border: 2px solid #337ab7;
        background-color: #337ab7;
        color: white;
        font-size: 16px;
        text-align: right;

    }

    div.bottom-buttons button.buttonBlue:before {
        content: "";

    }

    div.white-block.white-block-sub {
        max-height: 70vh;
    }
}