templates/pages/blocks/text-description-center-section.html.twig line 1

Open in your IDE?
  1. <section class="pt-28 lg:pt-40 xl:pt-44 ">
  2.     <div class="container_95">
  3.         <div class="md:w-4/5 xl:w-2/5 m-auto text-center">
  4.             <h1 class="mix_title mb-8" data-aos="fade-up">
  5.                 {{ content.title_ | raw }}
  6.             </h1>
  7.             <p data-aos="fade-up">
  8.                 {{ content.description_ | raw }}
  9.             </p>
  10.         </div>
  11.     </div>
  12. </section>