<div class="counter-area" >
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-6">
<div class="about-title second-atitle">
<span class="wow fadeInUp animated" data-animation="fadeInUp animated" data-delay=".2s">Why Join Tolmatol</span>
<h2 class="wow fadeInUp animated" data-animation="fadeInUp animated" data-delay=".2s">Join us at 110th tolmatol expo.</h2>
<h5 class="wow fadeInUp animated" data-animation="fadeInUp animated" data-delay=".2s">Lorem ipsum, or lipsum as it is sometimes known</h5>
</div>
<ul class="wow fadeInDown animated" data-animation="fadeInDown animated" data-delay=".2s">
<li>
<img src="https://tolmatol.com/uploads-images/about-us/comments.png" alt="img">
<span class="wow fadeInUp animated" data-animation="fadeInUp animated" data-delay=".2s">Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs</span>
</li>
<li>
<img src="https://tolmatol.com/uploads-images/about-us/calendar.png" alt="img">
<span class="wow fadeInUp animated" data-animation="fadeInUp animated" data-delay=".2s">Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs</span>
</li>
</ul>
</div>
<div class="col-lg-6 col-sm-6">
<div class="single-counter text-center mb-30 cr1 wow fadeInUp animated" data-animation="fadeInUp animated" data-delay=".2s">
<div class="counter p-relative">
<span class="count">20</span>
<small>+</small>
</div>
<p>Sponsors</p>
</div>
<div class="single-counter text-center mb-30 cr2 wow fadeInRight animated" data-animation="fadeInUp animated" data-delay=".2s">
<div class="counter p-relative">
<span class="count">100</span>
<small>+</small>
</div>
<p>Cool Speakers</p>
</div>
<div class="single-counter text-center mb-30 cr3 wow fadeInUp animated" data-animation="fadeInUp animated" data-delay=".2s">
<div class="counter p-relative">
<span class="count">5</span>
<small>+</small>
</div>
<p>Happy Students</p>
</div>
<div class="cr4"></div>
<div class="cr5"></div>
<div class="cr6"></div>
</div>
</div>
</div>
</div>
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<style>
.counter-area{
position:relative;
}
.counter-area ul{
margin-top:50px;
color:#fff;
font-size:16px;
list-style:none;
}
.counter-area > span {
color: #00fff6;
}
.counter-area ul li {
float: left;
margin-bottom: 30px;
}
.counter-area ul li img{
float:left;
}
.counter-area ul li span {
float: left;
width: 80%;
margin-left: 30px;
}
.counter-area::before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background:#3F51B5;
}
.counter-area h2 {
font-size: 60px;
margin-bottom: 35px;
color:#fff;
}
.counter-area h5 {
color: #f9ff54;
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
}
.count {
font-size: 80px;
color: #fff;
font-family: 'Montserrat', sans-serif;
margin-bottom: 0;
line-height: 1;
display: inline-block;
font-weight: bold;
}
.counter small {
font-size: 80px;
font-weight: bold;
color: #fff;
line-height: 1;
position: relative;
right: 0;
font-family: 'Montserrat', sans-serif;
}
.cr1 {
width: 250px;
height: 250px;
position: absolute;
background: #af77ebd6;
padding: 72px 0;
z-index: 1;
border-radius: 50%;
}
.cr2 {
width: 325px;
height: 325px;
position: absolute;
background: #05c24ae6;
padding: 112px 0;
border-radius: 50%;
top: 111px;
left: 30%;
}
.cr3 {
width: 180px;
height: 180px;
position: absolute;
background: #04bdebe8;
padding: 40px 0;
left: 66%;
border-radius: 50%;
}
.cr3 .count,.cr3 small{
font-size:60px;
}
.cr4 {
width: 15px;
height: 15px;
position: absolute;
background: #eaff00;
left: 53%;
border-radius: 50%;
top: 10%;
}
.cr5{
width: 40px;
height: 40px;
position: absolute;
background: #00fcff;
left: 16%;
border-radius: 50%;
top: 65%;
}
.cr6 {
width: 15px;
height: 15px;
position: absolute;
background: #ff00a2;
right: -10%;
border-radius: 50%;
top: 60%;
}
.counter-area .second-atitle span {
color: #00fff6;
}
.single-counter p {
font-size: 20px;
margin-bottom: 0;
color: #fff;
}
@media(max-width:767px){
.counter-area ul li span {
float: left;
width: 100%;
margin-left: 0;
margin-top: 30px;
}
.cr1,.cr2,.cr3,.cr6 {
position: relative;
left: 0;
top:0;
}
}
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script>
$(document).ready(function(){
new WOW().init();
})
</script>