| 12345678910111213141516171819202122 | <section class="sec-hero" style="margin-top: 64px;">    <div class="container">        <div class="row">            <div class="col-md-6">                <h2 class="hero-title">製作影片 一鍵合成</h2>                <p class="hero-txt">輸入文字素材,即速產生影片<br>                    創作影片,不再需要錄影機、演員、麥克風繁雜器材。<br>                    大幅省下時間、人力、器材成本。</p>                <button class="hero-btn">立即開始</button>            </div>            <div class="col-md-6 col-left" style="position: relative;">                <img src="img/背景紫.png" alt="" class="hero-purple">                <!-- <img src="img/背景-橘.png" alt="" width="150px" class="hero-orange"> -->                <img src="img/背景橘.png" alt="" class="hero-orange-s">                <img src="img/textgrp3.png" alt="" class="hero-textgrp">                <img src="img/video.png" alt="" class="hero-video">                <img src="img/放大鏡.png" alt="" class="hero-amplify">                <div class="hero-imgfr"><img src="img/2222.png" alt=""></div>            </div>        </div>    </div></section>
 |