"About Us Section"
Bootstrap 4.1.1 Snippet by karanjeet

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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--about us section start from here-->
<div id="aboutUs" class="pb-0">
<div class="container-fluid">
<!--About us header start from here-->
<section class="row">
<article class="col-xl-10 col-12 text-center auto">
<h2 class="headingColor text-uppercase fontWeight800">About Us</h2>
<div class="divider mt-4"></div>
<p class="mt-5 subText">We help you in creating a financial strategy that represents your personality.
Getting to know you is
financial advisor's primary goal. - An approach centered around your life's priorities. It's time for a
Financial strategy that puts your needs and priorities front and center.</p>
</article>
</section>
<!--// About us header end here-->
<div class="boxShadow">
<section class="row mt-5 text-center innerboxShadow">
<article class="col-sm-12 col-md-4 col-lg-4 col-xl-4 p-5">
<i class="fa fa-pie-chart font40" aria-hidden="true"></i>
<h3 class="headingColor fontsize22 fontWeight600">Financial Projections</h3>
<p class="mb-0">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Soluta cumque sapiente vitae
iste sequi.</p>
</article>
<article class="col-sm-12 col-md-4 col-lg-4 col-xl-4 p-5 boxActive">
<i class="fa fa-lightbulb-o font40" aria-hidden="true"></i>
<h3 class="headingColor fontsize22 fontWeight600">Strategy & Consulting</h3>
<p class="mb-0">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Soluta cumque sapiente vitae
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
/*
/* Copyright (c) 2020 karanjeet singh
/* Author: karanjeet singh
*/
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,900&display=swap');
body {
font-family: 'Muli', sans-serif;
}
.auto {
margin: auto;
}
.headingColor {
color: #0e3868;
}
.fontWeight800 {
font-weight: 800;
}
.fontWeight600 {
font-weight: 600;
}
.divider {
width: 80px;
height: 5px;
border-radius: 10px;
background-color: #652fdf;
margin: auto;
}
.subText {
font-size: 1.2rem;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: