/* Educational Videos Section Responsive */
@media (max-width: 768px) {
    .educational-videos-section .section-header {
        margin-bottom: var(--spacing-xl);
    }
    
    .educational-videos-section .section-title {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }
    
    .educational-videos-section .section-description {
        font-size: var(--fs-base);
    }
}
