<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://demo.voidcoders.com/htmldemo/fitgear/main-files/assets/css/animate.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<section class="we-offer-area text-center bg-gray">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="site-heading text-center">
<h2>What we <span>Offer</span></h2>
<h4>Lorem Ipsum is simply dummy text</h4>
</div>
</div>
</div>
<div class="row our-offer-items less-carousel">
<!-- Single Item -->
<div class="col-md-4 col-sm-6 equal-height">
<div class="item">
<i class="fas fa-pen-fancy"></i>
<h4>Project creation</h4>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</div>
</div>
<!-- End Single Item -->
<!-- Single Item -->
<div class="col-md-4 col-sm-6 equal-height">
<div class="item">
<i class="fas fa-dharmachakra"></i>
<h4>Software Development</h4>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</div>
</div>
<!-- End Single Item -->
<!-- Single Item -->
<div class="col-md-4 col-sm-6 equal-height">
<div class="item">
<i class="fas fa-tasks"></i>
<h4>Porject Management</h4>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</div>
</div>
<!-- End Single Item -->
<!-- Single Item -->
<div class="col-md-4 col-sm-6 equal-height">
<div class="item">
<i class="fas fa-tachometer-alt"></i>
<h4>Porject Impliment</h4>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</div>
</div>
<!-- End Single Item -->
<!-- Single Item -->
<div class="col-md-4 col-sm-6 equal-height">
<div class="item">
<i class="fas fa-recycle"></i>
<h4>Software Update</h4>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</div>
</div>
<!-- End Single Item -->
<!-- Single Item -->
<div class="col-md-4 col-sm-6 equal-height">
<div class="item">
<i class="fas fa-headset"></i>
<h4>24/7 Support</h4>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</div>
</div>
<!-- End Single Item -->
</div>
</div>
</section>