HTML code
This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 4.5.0 included, to get the result that you can see in the preview selection
Download<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 justify-content-center">
<div class="padding-40px-right sm-no-padding-right">
<h4 class="font-weight-600 font-size34 sm-font-size26 line-height-50">Focus on what makes you in a creative business</h4>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore voluptatem.</p>
<div id="accordion" class="accordion-style style-2">
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseOne" aria-expanded="false" aria-controls="collapseOne">
How can i purchase this item ?
</button>
</h5>
</div>
<div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent="#accordion" style="">
<div class="card-body">
Tempora incidunt ut labore et dolore exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
why unique and creative design ?
</button>
</h5>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
<div class="card-body">
Neque porro quisquam est quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
are you ready to buy this theme ?
</button>
</h5>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordion">
<div class="card-body">
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="row no-gutters">
<div class="col-6 counter-01">
<div class="padding-40px-all xs-padding-20px-all border-right border-bottom text-center">
<h4 class="font-size50 xs-font-size30 font-weight-500 letter-spacing-1"><span class="countup font-size100 sm-font-size80 xs-font-size50">95</span>+</h4>
<p class="no-margin-bottom text-uppercase font-size18 md-font-size15 letter-spacing-2">Clients</p>
</div>
</div>
<div class="col-6 counter-01">
<div class="padding-40px-all xs-padding-20px-all border-bottom text-center">
<h4 class="font-size50 xs-font-size30 font-weight-500 letter-spacing-1"><span class="countup font-size100 sm-font-size80 xs-font-size50">5</span>k</h4>
<p class="no-margin-bottom text-uppercase font-size18 md-font-size15 letter-spacing-2">Jobs</p>
</div>
</div>
<div class="col-6 counter-01">
<div class="padding-40px-all xs-padding-20px-all border-right text-center">
<h4 class="font-size50 xs-font-size30 font-weight-500 letter-spacing-1"><span class="countup font-size100 sm-font-size80 xs-font-size50">30</span>k</h4>
<p class="no-margin-bottom text-uppercase font-size18 md-font-size15 letter-spacing-2">employees</p>
</div>
</div>
<div class="col-6 counter-01">
<div class="padding-40px-all xs-padding-20px-all text-center">
<h4 class="countup font-size100 sm-font-size80 xs-font-size50 font-weight-500 letter-spacing-1">89</h4>
<p class="no-margin-bottom text-uppercase font-size18 md-font-size15 letter-spacing-2">Projects</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
CSS code
This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 4.5.0 included, to get the result that you can see in the preview selection
Downloadbody{margin-top:20px;}
.line-height-50 {
line-height: 50px;
}
.font-weight-600 {
font-weight: 600;
}
.font-size34 {
font-size: 34px;
line-height: normal;
}
.padding-40px-all {
padding: 40px;
}
.border-right {
border-right: 1px solid;
}
.border-bottom {
border-bottom: 1px solid;
}
.text-center {
text-align: center!important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6!important;
}
.border-right {
border-right: 1px solid #dee2e6!important;
}
.font-weight-500 {
font-weight: 500;
}
.letter-spacing-1 {
letter-spacing: 1px;
}
.font-size50 {
font-size: 50px;
line-height: normal;
}
.font-size100 {
font-size: 100px;
line-height: 100px;
}
.accordion-style.style-2 .btn-link.collapsed {
box-shadow: none;
border: none;
background: unset !important;
color: #6f6f6f;
}

About this bootstrap example/template
This example/template, company numbers, was published on Jun 3rd 2021, 11:12 by Bootdey Admin and it is free.
We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.
We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.
This code example currectly have 447 views, Using this bootstrap snippet you have the following benefits:
Bootstrap 4.5.0
<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.5.0 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