.nu-industry-offerings-page {
    display: block;

    height: calc(100vh - 3.5rem);
    width: 100%;

    overflow-x: hidden;
    overflow-y: scroll;
}

.nu-industry-offerings-container{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 3rem;
    padding-bottom: 5rem;

}

.nu-industry-offerings-page .nu-industry-offerings-section {
    padding-bottom: 4rem;
}

.nu-industry-offerings-page .nu-industry-offerings-section H3{
}

.nu-industry-offerings-page .nu-industry-offerings-section H1{
    text-align: center;
}

.nu-industry-offerings-page .nu-industry-offerings-section P{
    font-size: 12pt;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

@media (max-width: 1000px){
    .nu-industry-offerings-page .nu-industry-offerings-section P{
        font-size: 11pt;
        width: 100%;
    }
}

.nu-industry-offerings-page .nu-industry-offerings-section ul{
    font-size: 12pt;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

@media (max-width: 1000px){
    .nu-industry-offerings-page .nu-industry-offerings-section ul{
        font-size: 11pt;
        width: 100%;
    }
}


.nu-industry-offerings-page .nu-industry-offerings-section .static-fig-div{
    margin-bottom: 2em;
}

.nu-industry-offerings-page .nu-industry-offerings-section .nu-industry-offerings-article-excerpts-div {
}

.nu-industry-offerings-page a {
    text-decoration: none;
    color: #326750;
    font-weight: bold;
}

.nu-industry-offerings-page a:hover {
    font-weight: bold;
    font-style: italic;
}

.nu-industry-offerings-page .centered {
    display: flex;
    justify-content: center;
    font-size: 150%;
}

.nu-industry-offerings-page p.case-study-takeaway {
    font-size: 150%;

    padding-left: 1.5em;
    padding-right: 1.5em;

}
