*
{
    margin: 0;
    padding: 0;
}

.mrm_legal_mainbox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: calc(100vw - 300px);
    height: auto;
    background-color: #ffffff;
}

.mrm_legal_textbox {
    position: relative;
    left: 50%;
    translate: -50%;
    padding-top: 3%;
    padding-bottom: 7%;
    width: 60%;
    height: auto;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13pt;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #333333;
    background-color: #ffffff;
}

h1 {
    font-size: 3em;
}


h2 {
    font-size: 2em;
}


h3 {
    font-size: 1.25em;
}

ul {
    margin-left: 2em;
}

@media screen and (max-width: 1024px) {
    .mrm_legal_mainbox {
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 1;
        width: 100vw;
        height: auto;
        background-color: #ffffff;
    }
    
    .mrm_legal_textbox {
        position: relative;
        left: 50%;
        translate: -50%;
        padding-top: 5%;
        padding-bottom: 11%;
        width: 80%;
        height: auto;
        font-family: 'IBM Plex Sans', sans-serif;
        font-size: 13pt;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        color: #333333;
        background-color: #ffffff;
    }
}