/* -------------------------------------------------
   DEGREE PROGRAMME SECTION
---------------------------------------------------*/
.degree-section {
    margin-top: 40px;
}

.degree-title {
    text-align: center;
    font-size: 30px;
    color: #0a2a70;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Each degree block */
.degree-item {
    background: #ffffff;
    border-left: 4px solid #0a2a70;
    padding: 20px 25px;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.degree-name {
    font-size: 20px;
    color: #0a2a70;
    margin-bottom: 8px;
    font-weight: 600;
}

.degree-duration {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding-left: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .degree-title {
        font-size: 24px;
    }
    .degree-name {
        font-size: 18px;
    }
    .degree-duration {
        font-size: 15px;
    }
}
