
   
    .course-item {
        font-size: 16px;
        margin-bottom: 8px;
        padding: 10px;
        border-bottom: 1px solid #eee;
        color: #333;
        font-weight: 400;
        /*font-family: 'DM Sans', sans-serif;*/
        /* Apply DM Sans */
        background-color: #f9f9f9;
    }
    .course-title {
        font-size: 1.1rem;
        margin-bottom: 8px;
        padding: 10px;
        font-weight: 600;
        /* border-bottom: 1px solid #eee; */
        color:rgba(0, 51, 102, 1);
        /*font-family: 'DM Sans', sans-serif;*/
        /* Apply DM Sans */
        /* background-color: #f9f9f9; */
    }
