# Sell Us Your Car

:::raw
<div class="cms-fullwidth bw-sell">
<style>
.bw-sell{text-align:center}
.bw-sell .font-20{font-size:1.15rem;color:#444;line-height:1.7;max-width:760px;margin:0 auto 32px}
.bw-sell h2.h1,.bw-sell .commonpage-inner>.h1{color:#201647;font-size:2rem;font-weight:800;margin:0 0 4px}
.bw-sell .three-block{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:8px}
.bw-sell .three-block .box-shadow{background:#fff;border-radius:16px;box-shadow:0 6px 24px rgba(0,0,0,.08);padding:30px 24px;transition:transform .15s ease,box-shadow .15s ease}
.bw-sell .three-block .box-shadow:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.12)}
.bw-sell .three-block .box-shadow span.h1{font-size:2.1rem;font-weight:800;margin-bottom:6px}
.bw-sell .bw-emoji{font-size:1.7rem;line-height:1}
.bw-sell .three-block h3{color:#201647;font-size:1.25rem;margin:6px 0 10px}
.bw-sell .three-block .box-shadow p{color:#555;line-height:1.65;margin:0}
@media(max-width:768px){.bw-sell .three-block{grid-template-columns:1fr}}
</style>
<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>
</div>
:::