.ContentOutputFieldDivWrapper {
    max-width: 72ch;
    margin: 0 auto;
    line-height: 140%;
}

.ContentImageDivWrapper {
    text-align: center;
}

/*
@media only screen and (max-width: 2000px) {
    .ContentContainerDiv {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 1400px) {
    .ContentContainerDiv {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 800px) {
    .ContentContainerDiv {
        padding-bottom: 40px;
    }
}
*/

/* desktop */
@media only screen and (min-width: 481px) {
    .ContentContainerDiv {
        padding-bottom: 40px;
    }
    .ContentImageDivWrapper {
        text-align: center;
        width: 100vw;
        margin-bottom: 60px;
    }
    .contentThumbnailImage {
        max-width: 100vw;
        height: auto;
    }
    .contentH1 {
        padding-bottom: 30px;
    }
}

/* mobile */
@media only screen and (max-width: 480px) {
    .ContentContainerDiv {
        padding-bottom: 50px;
    }
    .ContentImageDivWrapper {
        text-align: center;
        width: 100vw;
        margin-bottom: 30px;
    }
    .contentThumbnailImage {
        max-width: 100vw;
        height: auto;
    }
    .contentH1 {
        padding-bottom: 30px;
    }
}
/* mobile */

.ContentOutputFieldDivWrapper span, p, strong, ul, li {
    font-family: Raleway, sans-serif;
    background-color: transparent;
    margin: 0;
    padding: 0;
    line-height: 140%;
}
.ContentOutputFieldDivWrapper li {
    margin-left: 2ch;
}
.ContentOutputFieldDivWrapper p, ul {
    margin-top: 4px;
}
.tagOutterContainer {
    margin-top: 20px;
}