Improve & boost your services

Front provides all kinds of services and will help your audience grow through all platforms.

SVG Illustration

HTML:

          
            <!-- Hero Section -->
            <div class="position-relative u-gradient-half-primary-v1">
              <div class="container u-space-3">
                <div class="row align-items-lg-center">
                  <div class="col-lg-5 mb-7 mb-lg-0">
                    <!-- Info -->
                    <h1 class="display-4 font-size-48--md-down text-white font-weight-bold"><span class="text-warning">Improve</span> & boost your services</h1>
                    <p class="u-text-light">Font provides all kinds of services and will help your audience grow through all platforms.</p>
                    <!-- End Info -->
                  </div>

                  <div class="col-lg-7">
                    <!-- SVG Icon -->
                    <img src="../../assets/svg/flat-icons/teamwork-flat-concept-illustration.svg" alt="SVG Illustration">
                    <!-- End SVG Icon -->
                  </div>
                </div>
              </div>

              <!-- SVG Bottom Shape -->
              <figure class="position-absolute-bottom-0">
                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
                     viewBox="0 0 1920 140" style="margin-bottom: -9px; enable-background:new 0 0 1920 140;" xml:space="preserve">
                  <path class="u-fill-white" d="M960,92.9C811.4,93.3,662.8,89.4,515.3,79c-138.6-9.8-277.1-26.2-409-53.3C97.8,24,0,6.5,0,0c0,0,0,140,0,140
                    l960-1.2l960,1.2c0,0,0-140,0-140c0,2.7-42.1,11.3-45.8,12.2c-45.1,11-91.5,20.1-138.4,28.1c-176.2,30.1-359.9,43.8-542.9,48.9
                    C1115.4,91.4,1037.7,92.7,960,92.9z"/>
                </svg>
              </figure>
              <!-- End SVG Bottom Shape -->
            </div>
            <!-- End Hero Section -->