
    .fuji-cut-video-wrapper { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background-color: #fff; margin-top: -80px; padding: 60px 0; z-index: 5; font-family: 'Segoe UI', sans-serif !important; }
    .fuji-cut-video-container { width: 94% !important; max-width: 1440px; margin: 0 auto; text-align: center; }
    
    /* FONT FIX */
    .fuji-cut-video-title { font-family: 'Segoe UI', Helvetica, sans-serif !important; font-size: 30px !important; font-weight: 800; color: #000; margin-bottom: 20px; line-height: 1.3; }
    .fuji-cut-video-desc { font-size: 18px !important; color: #444; max-width: 1440px; margin: 0 auto; line-height: 1.8; }
    .fuji-cut-video-desc strong { color: #ba372a; font-weight: 800; }
    
    @media (max-width: 900px) { 
        .fuji-cut-video-wrapper { margin-top: 0; padding: 40px 0; } 
        .fuji-cut-video-title { font-size: 24px !important; } 
        .fuji-cut-video-desc { font-size: 16px !important; text-align: left; }
    }
