/* program overview styles */
/* .sidebar-section {
    flex-wrap: wrap-reverse;
} */
.program-overview {
    margin-top: 50px;
}

    /* .program-overview .intro-paragraph {
        font-size: 1.25em;
        color: #cc3e00;
    }
       */

    .program-overview ul { 
        list-style-type: inherit;
    }

    .program-overview h2 {
        color: #000e54;
        font-weight: bold;
    }

.font-size-9 p.text-orange-dark {
    font-size: 1.25em;
    line-height: 1.5em;
}