<div class="py-5 service-36 bg-light wrap-service36-box" style="background-image:url(https://www.wrappixel.com/demos/ui-kit/wrapkit/assets/images/features/feature36/img1.png);">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-7 text-center">
<h3 class="my-3 text-uppercase">Awesome Services</h3>
<h6 class="subtitle font-weight-light">You can relay on our amazing features</h6>
</div>
</div>
<div class="row ">
<div class="col-lg-8">
<div class="row">
<div class="col-md-5 mt-4">
<h5 class="text-uppercase my-3 stick-bottom">Comfort<span class="bg-success-gradiant"></span></h5>
<p>You can relay on our amazing features list and also our customer services will be great</p>
<a href="#" class="btn btn-success-gradiant mt-3 text-white border-0 btn-md"><span>View Details</span></a>
</div>
<div class="col-md-5 ml-auto mt-4">
<h5 class="text-uppercase my-3 stick-bottom">Saftey<span class="bg-success-gradiant"></span></h5>
<p>You can relay on our amazing features list and also our customer services will be great</p>
<a href="#" class="btn btn-success-gradiant mt-3 text-white border-0 btn-md"><span>View Details</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
@import url(//fonts.googleapis.com/css?family=Montserrat:300,500);
.service-36 {
font-family: "Montserrat", sans-serif;
color: #8d97ad;
font-weight: 300;
}
.service-36 h1,
.service-36 h2,
.service-36 h3,
.service-36 h4,
.service-36 h5,
.service-36 h6 {
color: #3e4555;
}
.service-36 .bg-light {
background-color: #f4f8fa !important;
}
.service-36 .subtitle {
color: #8d97ad;
line-height: 24px;
}
.service-36.wrap-service36-box {
background-position: right top;
background-repeat: no-repeat;
}
.service-36 .bg-success-gradiant {
background: #2cdd9b;
background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}
.service-36 .btn-success-gradiant {
background: #2cdd9b;
background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}
.service-36 .btn-success-gradiant:hover {
background: #1dc8cc;
background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}
.service-36 .btn-md {
padding: 15px 45px;
font-size: 16px;
}
.service-36 .stick-bottom {
position: relative;
margin-bottom: 30px;
}
.service-36 .stick-bottom>span {
width: 30px;
height: 2px;
position: absolute;
bottom: -7px;
left: 0px;
display: inline-block;
}