"Service section design "
Bootstrap 4.1.1 Snippet by Naveen Mandwariya

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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 ---------->
<!-- Font awesome CSS -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<section class="about-middle-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading-title-section">
<h3> Properties In Most Popular Places </h3>
<p> Lorem Ipsum is simply dummy text printing and type setting industry Lorem Ipsum been industry standard dummy text ever since when unknown printer took a galley.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="utf-icon-box-item-area">
<div class="icon-container"><i class="fas fa-building"></i></div>
<h3>Modern Villa</h3>
<p>Lorem Ipsum is simply dummy text the printing and type setting industry Lorem Ipsum has been industry.</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="utf-icon-box-item-area">
<div class="icon-container"><i class="fas fa-home"></i></div>
<h3>Family House</h3>
<p>Lorem Ipsum is simply dummy text the printing and type setting industry Lorem Ipsum has been industry.</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="utf-icon-box-item-area">
<div class="icon-container"><i class="fas fa-city"></i></div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.about-middle-section{
padding:80px 0;
background:#f5f5f5;
}
.heading-title-section{
margin-bottom:50px;
}
.heading-title-section h3 {
color: #212529;
text-transform: capitalize;
font-weight: bold;
letter-spacing: 0.7px;
font-size: 40px;
line-height: 50px;
padding-bottom: 10px;
font-family: 'Oswald', sans-serif;
text-align: center;
}
.heading-title-section p {
width: 80%;
margin: 0 auto;
text-align: center;
font-family: 'Montserrat', sans-serif;
}
.utf-icon-box-item-area {
background: #fff;
box-shadow: 0 2px 20px rgba(0,0,0,0.05);
border-radius: 6px;
text-align: center;
padding: 30px 20px;
transform: translate3d(0, 0, 0);
transition: transform 0.3s;
margin-top:20px;
}
.utf-icon-box-item-area .icon-container {
font-size: 36px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: