templates/home/include/services.twig line 1

Open in your IDE?
  1. <section id="services" class="services section-bg">
  2.     <div class="container">
  3.         <div class="section-title" data-aos="fade-up">
  4.             <h2>Services</h2>
  5.             <p>Automation of your business operations</p>
  6.         </div>
  7.         <div class="row">
  8.             <div class="col-md-4 col-lg-4 d-flex align-items-stretch mb-5 mb-lg-0">
  9.                 <div class="icon-box" data-aos="fade-up" data-aos-delay="100">
  10.                     <div class="icon"><i class="ri-code-s-slash-fill"></i></div>
  11.                     <h4 class="title"><a href="">Custom development</a></h4>
  12.                     <p class="description">The development and implementation of custom web applications tailored to
  13.                         your business requirements</p>
  14.                 </div>
  15.             </div>
  16.             <div class="col-md-4 col-lg-4 d-flex align-items-stretch mb-5 mb-lg-0">
  17.                 <div class="icon-box" data-aos="fade-up" data-aos-delay="200">
  18.                     <div class="icon"><i class="ri-group-line"></i></div>
  19.                     <h4 class="title"><a href="">Outstaffing development</a></h4>
  20.                     <p class="description">We will strengthen your IT team with our expertise and take on some of the
  21.                         development work</p>
  22.                 </div>
  23.             </div>
  24.             <div class="col-md-4 col-lg-4 d-flex align-items-stretch mb-5 mb-lg-0">
  25.                 <div class="icon-box" data-aos="fade-up" data-aos-delay="300">
  26.                     <div class="icon"><i class="ri-questionnaire-line"></i></div>
  27.                     <h4 class="title"><a href="">Consulting</a></h4>
  28.                     <p class="description">We will assist you in making a decision and taking the next step towards the
  29.                         implementation or expansion of your IT solution</p>
  30.                 </div>
  31.             </div>
  32.         </div>
  33.     </div>
  34. </section>