/* ==========================================================================
    HOME PAGE CSS
========================================================================== */
.cppr-flex-box-2 p {
    padding-left: 5%;
    font-weight: bold;
    font-size: 20px;
    text-wrap: balance;
}


/* Program Dates */
.dates {
    padding: 0 1rem 3rem;
    margin-top: 4rem;
    border: 1px solid #406ee7;
    background-color: #efefef;
    border-radius: 8px;
}
.dates p, 
.dates li {
    background-color: unset;
}