/* .text-body {
    padding-right: 50px;
}

.content-display {
    max-width: calc(100% - 300px);
}*/

/* TEXT */

.content {
    margin-bottom: 80px;
}

#text-content {
    display: flex;
    width: 100%;
    /*font-size: 1.5em;*/
    line-height: 1.55em;
}

.text-body {
    padding-right: 50px;
}

.content-display {
    flex-direction: row-reverse;
    max-width: calc(100% - 300px);
}

@media screen and (max-width: 1000px) {
    .content-display {
        flex-direction: column;
        max-width: 100%;
    }
    .text-body {
        padding-right: 0px;
    }
}

.text-body img {
    max-width: 100%;
    /* max-height: calc(100vh - 100px); */
    width: auto;
    height: auto;
}

.text-head {
    line-height: 1.55em;
    /*font-size: 0.55em;*/
    min-width: 300px;
    margin-bottom: 50px;
}