templates/includes/blocks/estimateDescriptionSection.html.twig line 1

Open in your IDE?
  1. <section class="pt-10 md:pt-[100px] pb-5 text-white"
  2.   section-shade="dark">
  3.   <div class="container">
  4.     <div class="flex flex-col sm:flex-row lg:justify-between gap-6 lg:gap-12 xl:pr-32">
  5.       <h2 class="h2 sm:w-1/2 shrink-0 xl:max-w-2xl"
  6.         split-direction="top"
  7.         split-trigger="scroll">
  8.         {{ content.title }}
  9.       </h2>
  10.       <div class="max-w-md text-sm xs:text-base sm:text-sm lg:text-base"
  11.         fade
  12.         fade-trigger="scroll">
  13.         {{ content.description|raw }}
  14.       </div>
  15.     </div>
  16.   </div>
  17. </section>