﻿.bscc-section {
    padding: 80px 0;
    background: #f6f8fc;
    font-family: Arial;
}

/*.container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}
*/
.page-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    color: #1e293b;
}


/* CONTENT BOX */

.content-box {
    background: white;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}


    /* HEADINGS */

    .content-box h2 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #1e3a8a;
        border-left: 5px solid #4f46e5;
        padding-left: 10px;
    }


/* LIST */

.course-list {
    columns: 2;
}

.content-box ul li,
.content-box ol li {
    margin-bottom: 8px;
    line-height: 1.6;
}
@media(max-width:768px) {
    .course-list {
        columns: 1;
    }
    .bscc-section {
        padding: 20px 0;
    }
    .page-title {
        font-size: 28px;
    }
}