Untitled

 avatar
unknown
plain_text
2 years ago
2.0 kB
5
Indexable
<section class="bg-pearl-gamma">
  <div class="container">
    <div class="flex items-center flex-row sm:flex-col">
      <div class="flex justify-center w-1/4 absolute sm:w-full sm:-mt-3">
        <span style="background-image: url('/assets/images/editage-promise-logo.svg');"
          class="shrink-0 inline-block bg-no-repeat bg-contain w-52 h-52 sm:w-37.5 sm:h-37.5 sm:mb-6">
        </span>
      </div>
      <div class="w-3/4 sm:w-full py-6 sm:py-0">
        <div class="flex flex-row sm:flex-col">
          <div class="flex items-start sm:mb-1.25 pr-10 sm:pr-0">
            <span style="background-image: url('/assets/images/icons/file-round-icon.svg');"
              class="shrink-0 inline-block bg-no-repeat bg-contain w-7.5 h-6.5 mr-5 mt-0.5 sm:mr-2.5">
            </span>
            <div>
              <p class="mb-3 font-sb text-white leading-18 text-20 sm:mb-2 sm:text-lg">
                Money Back Guarantee
              </p>
              <p class="text-base text-white sm:text-sm sm:mb-7">
                If you are not satisfied with our quality, we will refund your entire editing fees. No questions asked.
              </p>
            </div>
          </div>
          <div class="flex items-start sm:mb-1.25 pr-10 sm:pr-0">
            <span style="background-image: url('/assets/images/icons/file-round-icon.svg');"
              class="shrink-0 inline-block bg-no-repeat bg-contain w-7.5 h-6.5 mr-5 mt-0.5 sm:mr-2.5">
            </span>
            <div>
              <p class="mb-3 font-sb text-white leading-18 text-20 sm:mb-2 sm:text-lg">
                24*7 Support Available
              </p>
              <p class="text-base text-white sm:text-sm sm:mb-7">
                We are working round the clock to ensure your publication success. We respond to all enquiries within
                one hour.
              </p>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>
Editor is loading...