1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <div class="about">
- <div class="about-wrapper">
- <h1>WHY CHOOSE US</h1>
- <div class="about-item-wrapper">
- <div class="about-item">
- <div class="about-item-first-side">
- <div class="about-item-img">
- <i class="fa fa-medkit"></i>
- </div>
- <h2>HEALTHY FOOD</h2>
- <div class="about-item-description">
- Our food is low in sodium for proper treatment of high blood pressure, absent of processed sugars.
- </div>
- </div>
- <a href="#!/about-us" class="about-item-second-side">
- <span>Read more</span>
- </a>
- </div>
- <div class="about-item">
- <div class="about-item-first-side">
- <div class="about-item-img">
- <i class="fa fa-cutlery"></i>
- </div>
- <h2>GOOD TASTE</h2>
- <div class="about-item-description">
- Any time of day, any day of the week, have quick access to delicious nourishing meals.
- </div>
- </div>
- <a href="#!/about-us" class="about-item-second-side">
- <span>Read more</span>
- </a>
- </div>
- <div class="about-item">
- <div class="about-item-first-side">
- <div class="about-item-img">
- <i class="fa fa-fighter-jet"></i>
- </div>
- <h2>FAST DELIVERY</h2>
- <div class="about-item-description">
- Each item on our menu is delivered individually wrapped and delivered to your table promptly.
- </div>
- </div>
- <a href="#!/about-us" class="about-item-second-side">
- <span>Read more</span>
- </a>
- </div>
- </div>
- </div>
- </div>
|