# Feedback

:::raw
<div class="tcdjr-feedback">
  <div class="tcdjr-fb-intro">
    <h2><strong>Thank you for taking the time to share your experience</strong></h2>
    <p>Customer service is the heart of our business so we'd LOVE your feedback!</p>
    <p>Tell us how we are doing as we work to continuously improve our business.</p>
    <p>Our professional sales and service associates look forward to hearing from you.</p>
  </div>
  <div class="tcdjr-fb-tiles">
    <div>
      <a href="/reviews"><img src="https://storage.googleapis.com/alan-jay/thumbup.png" alt="thumbup" /></a>
    </div>
    <div>
      <a href="/leave-feedback"><img src="https://storage.googleapis.com/alan-jay/thumbdown.png" alt="thumbdown" /></a>
    </div>
  </div>
</div>
<style>
  .tcdjr-fb-intro { text-align: center; }
  .tcdjr-fb-intro p { margin: 0 0 0.25rem; }
  .tcdjr-fb-intro p:last-child { margin-bottom: 0; }
  /* Legacy's .two-block: the two tiles side by side, stacking on narrow screens. */
  .tcdjr-fb-tiles { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; margin-top: 2rem; }
  .tcdjr-fb-tiles > div { flex: 0 1 320px; text-align: center; }
  .tcdjr-fb-tiles img { max-width: 100%; height: auto; }
</style>
:::