# Sell Us Your Car

:::raw
<div class="commonpage-main-section text-center" style="padding: 50px 0;">
    <div class="container">
        <div class="commonpage-inner no-box-shadow p-0 no-bg">
            <h2 class="h1">Three Easy Steps</h2>
            <br />
            <p class="font-20">Looking to sell your car? Look no further than Bob Weaver Auto! With our seamless process and commitment to customer satisfaction, <br>
                        we make selling your car a breeze.</p>
            <div class="three-block">
                <div class="box-shadow border-r16 p-15 font-18" style="border: 2px solid rgb(220,68,5);">
                    <span class="h1 mb-10" style="display: flex; justify-content: center; align-items: center; column-gap: 12px; color: rgb(220,68,5);">1 <span class="bw-emoji" aria-hidden="true">✅</span></span>
                    <br />
                    <h3 class="h5"><strong>Get an offer</strong></h3>
                    <p>Tell us about your vehicle below, and we will get back to you with an estimate</p>
                </div>
                <div class="box-shadow border-r16 p-15 font-18" style="border: 2px solid rgb(220,68,5);">
                    <span class="h1 mb-10" style="display: flex; justify-content: center; align-items: center; column-gap: 12px; color: rgb(220,68,5);">2 <span class="bw-emoji" aria-hidden="true">✅</span></span>
                    <br />
                    <h3 class="h5"><strong>Bring in your car</strong></h3>
                    <p>One of our appraisal managers will complete a final inspection.</p>
                </div>
                <div class="box-shadow border-r16 p-15 font-18" style="border: 2px solid rgb(220,68,5);">
                    <span class="h1 mb-10" style="display: flex; justify-content: center; align-items: center; column-gap: 12px; color: rgb(220,68,5);">3 <span class="bw-emoji" aria-hidden="true">✅</span></span>
                    <br />
                    <h3 class="h5"><strong>Get paid</strong></h3>
                    <p>Get your check that same day (contingent upon having your vehicle title or loan statement).</p>
                </div>
            </div>
        </div>
    </div>
</div>
:::