
    /* Reuse fonts from Part 1 to ensure consistency */
    .fuji-video-wrapper {
        width: 100%;
        background-color: #fff;
        padding: 40px 0;
        font-family: 'Segoe UI', Verdana, Helvetica, sans-serif;
    }
    .fuji-video-container {
        width: 96%;
        max-width: 1200px; /* Widened as requested */
        margin: 0 auto;
        text-align: center;
        position: relative;
    }
    .fuji-video-title {
        font-size: 32px; /* Matches Top H2 */
        font-weight: 800;
        color: #000;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .fuji-video-desc {
        font-size: 16px; /* Matches Top Body */
        color: #444;
        width: 100%;
        margin: 0 auto;
        line-height: 1.6;
    }
    .fuji-video-desc strong {
        color: #ba372a;
        font-weight: 800;
    }
