/* Styles specific to the AI/ML Course Page */
.ai-ml-theme {
    --primary-color: #4a90e2;
    /* Example theme color */
    --secondary-color: #2c3e50;
}
.card-image img {
    object-position: 20% center;
}
