templates/pages/why-choose-wsgi.html.twig line 1

  1. {% extends "shared/website/base.html.twig" %}
  2. {% block content %}
  3.     <section class="ls section_padding_top_150 section_padding_bottom_120 features about-us">
  4.         <div class="container">
  5.             <div class="row">
  6.                 <div class="col-md-9 col-md-offset-3">
  7.                     <h2 class="section_header">Why Choose We Staff GI</h2>
  8.                     <p class="bottommargin_30 bold">
  9.                         Here is why you should choose We Staff GI to fill your staffing needs:
  10.                     </p>
  11.                 </div>
  12.                 <div class="col-md-9 col-md-offset-3">
  13.                     <div class="row bottommargin_30">
  14.                         <div class="col-sm-4">
  15.                             <p>We only staff GI positions. Gastroenterology is in great demand and will be for a long time. When you partner with a firm who is singular specialty focused, your needs are filled more quickly and with well-qualified candidates… the perfect combination.</p>
  16.                         </div>
  17.                         <div class="col-sm-4">
  18.                             <p>Our primary founder is a Gastroenterologist. He's not just a GI, but is one of the country's premier GI's. When you partner with WSGI, you have access to a physician who has created efficiencies and best practices within the GI world for over 20 years. It is his passion to guide and consult with a hospital or a group and fast-track patients through the process to get the most out of your OR team. This is what inspires Dr. Tim Huggins every day.</p>
  19.                         </div>
  20.                         <div class="col-sm-4">
  21.                             <p>The human element is injected into every relationship both on the client and candidate side of the ledger, because we don't believe technology can replace the personal element. But, our technology is as cutting edge as it gets. Our integrated technology fills needs more quickly by getting the word out in GI sphere faster than anyone, and gives your opportunity optimal exposure. Ask us how we make that happen.</p>
  22.                         </div>
  23.                     </div>
  24.                     <div class="row bottommargin_30">
  25.                         <div class="col">
  26.                             <p class=" bold text-center mt-5">
  27.                                 At We Staff GI, “we get staffing”. Call us to learn more.
  28.                             </p>
  29.                         </div>
  30.                     </div>
  31.                 </div>
  32.             </div>
  33.         </div>
  34.     </section>
  35. {% endblock %}