templates/contact/overlay.html.twig line 1

Open in your IDE?
  1. <!-- WELCOME -->
  2. <section class="py-10 py-md-14 overlay overlay-black overlay-60 bg-cover" style="background-image: url({{ asset('uploads/logistics-transport.jpg') }});background-position: 30% 20%">
  3.     <div class="container">
  4.         <div class="row justify-content-center">
  5.             <div class="col-12 col-md-10 col-lg-8 text-center">
  6.                 <!-- Heading -->
  7.                 <h1 class="display-2 fw-bold text-white">
  8.                     We’re Here to Help.
  9.                 </h1>
  10.                 <!-- Text -->
  11.                 <p class="lead text-white-75 mb-0">
  12.                     We always want to hear from you! Let us know how we can best help you and we'll do our very best.
  13.                 </p>
  14.             </div>
  15.         </div> <!-- / .row -->
  16.     </div> <!-- / .container -->
  17. </section>