HTML code
Clean, semantic HTML that powers this Bootstrap 4.3.1 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
Download<div id="our-services" class="our-services">
<h3 class="text-green mb-5 h1 text-center">Our Services</h3>
<!-- Features -->
<div class="features mb-4">
<div class="container">
<div class="row">
<div class="feature py-4 col-md-6 d-flex">
<div class="icon text-green mr-3"><i class="fa fa-paint-brush"></i></div>
<div class="px-4">
<h5><a href="https://www.fiverr.com/sunlimetech/design-and-fix-your-bootstrap-4-issues">Design & Branding</a></h5>
<p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
</div>
</div>
<div class="feature py-4 col-md-6 d-flex">
<div class="icon text-green mr-3"><i class="fa fa-code"></i></div>
<div class="px-4">
<h5><a href="https://www.fiverr.com/sunlimetech/design-and-fix-your-bootstrap-4-issues">Programming</a></h5>
<p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
</div>
</div>
</div>
<div class="row">
<div class="feature py-4 col-md-6 d-flex">
<div class="icon text-green mr-3"><i class="fa fa-font"></i></div>
<div class="px-4">
<h5><a href="https://www.fiverr.com/sunlimetech/design-and-fix-your-bootstrap-4-issues">Copywriting</a></h5>
<p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
</div>
</div>
<div class="feature py-4 col-md-6 d-flex">
<div class="icon text-green mr-3"><i class="fa fa-support"></i></div>
<div class="px-4">
<h5><a href="https://www.fiverr.com/sunlimetech/design-and-fix-your-bootstrap-4-issues">Training & Support</a></h5>
<p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
</div>
</div>
</div>
</div>
</div>
<!-- / Features -->
</div>CSS code
Scoped CSS that styles the component. Paste it after Bootstrap 4.3.1 to keep the design, spacing, and responsiveness consistent.
Download/**********************
/***** Services *******
/*********************/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#our-services{
padding: 60px 0;
}
#our-services h3,
#our-services h5{
color: #007b5e!important;
}
#our-services a{
color: #007b5e!important;
text-decoration:none;
}
#our-services .feature .icon {
border-radius: 50%;
min-width: 65px;
height: 65px;
line-height: 65px;
text-align: center;
box-shadow: 0 2px 4px rgba(33,37,41,.1), 0 7px 14px rgba(33,37,41,.1);
font-size: 27px;
color: #007b5e!important;
}FAQ
How do I use this snippet?
Include Bootstrap 4.3.1, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.
Can I use it in commercial projects?
Yes. It’s free for personal and commercial work; check the snippets license for details.
Is it responsive?
Yes. It inherits the responsive grid and components from Bootstrap 4.3.1.

About this bootstrap example/template
This free Bootstrap 4.3.1 snippet, Our services, was published on Sep 28th 2019, 02:30 by Sunlime Technologies.
Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.
Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.
Already trusted in 3.4K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
Bootstrap 4.3.1
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>
This code example is based on bootstrap 4.3.1 and the grid system of this framework
Responsive
Based on bootstrap framework makes all the layouts perfectly responsive for all devices
Crossbrowser compatibility
Tested on all major browsers, it works smoothly on all of them
semantic html 5
Built on html / css3 the code quality is really amazing
Simple Integration
This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working