#NTC_Banner_Wrapper {
    background: url("NTC_bg.png") no-repeat center right;
    background-size: cover;
    /* margin: 2rem auto; */
    padding: 0;
    border: 1px solid #5e5e5e;
    @media (max-width: 1024px) {
        margin: 2rem 1rem;
    }
}
#NTC_Banner {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: url("NTC_Monitor.png") no-repeat center right;
    background-size: auto 600px;
    padding-left: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    #NTC_Banner_Content {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1rem;
        h2 {
            text-align: left;
            font-size: 2.375rem;
            line-height: 1.125;
            font-weight: 800;
            color: #008cff;
            margin: 0;
        }
        ul {
            list-style: disc;
            list-style-position: inside;
            padding: 0;
            margin: 0;
            li {
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                text-align: left;
                font-size: 1.75rem;
                line-height: 1.5;
                font-weight: 400;
                color: #000;
                margin: 0;
            }
        }
        p {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 1.75rem;
            line-height: 1.5;
            font-weight: 400;
            color: #000;
            margin: 0;
            width: 85%;
            strong {
                color: #ff4200;
            }
            &.disclaimer {
                font-size: 0.875rem;
                line-height: 1.2;
                font-weight: 400;
                color: #000;
                margin: 0;
            }
        }
        a.ntc_button {
            background-color: #ff4200;
            padding: 0.75rem 5rem;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 1.5rem;
            line-height: 1.5;
            font-weight: 400;
            color: #000;
            margin: 0;
            filter: drop-shadow(2px 3px 0px #000000);
        }
    }
    & > * {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    @media (max-width: 768px) {
        background-position: right top;
        padding-top: 36rem;
        #NTC_Banner_Content {
            width: 100%;
            h2 {
                text-align: center;
            }
            ul {
                padding-left: 1rem;
                list-style-position: outside;
            }
            p {
                text-align: center;
                width: 100%;
            }
            a.ntc_button {
                width: 100%;
                text-align: center;
                padding: 0.75rem 0;
                font-size: 1.25rem;
                line-height: 1.25;
                font-weight: 400;
                color: #000;
                margin: 0;
                filter: drop-shadow(1px 2px 0px #000000);
            }
        }
    }
}
