"about us 1"
Bootstrap 4.0.0 Snippet by tieusuquay79

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.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/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 ---------->
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="serviceBox">
<img src="https://cdn.shopify.com/s/files/1/2083/7711/files/audience-aboutus.jpg?3401039272122659592">
<div class="service-content">
<span class="service-icon">
<i class="fa fa-group"></i>
</span>
<h3 class="title">Target Audience</h3>
<p class="description">
<ul style="text-align:left;">
<li>3,000 media & marketing executives made up of clientside, media agencies & partner executives</li>
<li>60% client-side executives</li>
<li>30% media executives & partners</li>
<li>15% agency executives</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="serviceBox middle">
<div class="service-content">
<span class="service-icon">
<i class="fa fa-rocket"></i>
</span>
<h3 class="title">New Opportunities for Your Product Line:</h3>
<p class="description">
<ul style="text-align:left;">
<li>Target a niche group and captive audience</li>
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
.serviceBox{
text-align: center;
margin: 0 -15px;
display:inline-block;
}
.serviceBox img{
width: 100%;
height: auto;
max-width:585px;
}
.serviceBox .service-content{
position: relative;
background: #0d2337;
color: #efefef;
padding: 50px 30px 30px;
min-height:290px;
}
.serviceBox .service-icon{
display: block;
width: 70px;
height: 70px;
background: #75b7f4;
border-radius: 10px;
position: absolute;
top: -35px;
left: 0;
right: 0;
margin: auto;
transform: rotate(45deg);
}
.serviceBox .service-icon i{
font-size: 30px;
line-height: 70px;
color: #0d2337;
transform: rotate(-45deg);
}
.serviceBox .title{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: