Missing component

<section class="hero-section bg-purplenavy text-white" data-component="hero-logos">    <div class="container py-100">        <div class="section-heading text-md-center">            <div class="row">                <div class="col-lg-8 mx-lg-auto">                    <h1>Need help? Start here.</h1>                </div>            </div>            <div class="row">                <div class="col-lg-8 mx-lg-auto">                    <p>Please select the logo below for which you wish to access support.</p>                </div>            </div>        </div>        <div class="row mx-0 mx-md-3 mx-lg-5 mt-5 d-flex justify-content-center">
<div class="col-6 col-md-3 py-3 pl-1 pr-3 p-md-4 text-left">
<a href="https://help.certify.com/hc/en-us" target="_self">
<img src="/assets/images/logo/certify-logo-white.svg" alt="Emburse Certify logo" class="img-fluid"/>
</a>
</div>
<div class="col-6 col-md-3 py-3 pl-1 pr-3 p-md-4 text-left">
<a href="https://www.chromeriver.com/support" target="_self">
<img src="/assets/images/logo/chromeriver-logo-white-text.svg" alt="Emburse Chrome River logo" class="img-fluid"/>
</a>
</div>
<div class="col-6 d-md-none"></div>
<div class="col-12 col-md-12"></div>
<div class="col-6 col-md-3 py-3 pl-1 pr-3 p-md-4 text-left">
<a href="https://help.cards.emburse.com/hc/en-us" target="_self">
<img src="/assets/images/logo/product-logo_embursecards_fullcolor-white-30px.png" alt="Emburse Cards logo" class="img-fluid"/>
</a>
</div>
<div class="col-6 col-md-3 py-3 pl-1 pr-3 p-md-4 text-left">
<a href="https://help.emburse.com/hc/en-us" target="_self">
<img src="/assets/images/logo/product-logo_emburse-analytics-30px.png" alt="Emburse Analytics logo" class="img-fluid"/>
</a>
</div>
</div>
    </div></section>