.stats-section{
    position:relative;
    display:flex;
    min-height:650px;
    background:#eef7ff;
    padding-bottom:120px;
}

.stats-image{
    width:50%;
}

.stats-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.stats-content{
    width:50%;
    padding:80px 60px;
}

.stats-content h2{
    font-size:60px;
    color:#009cea;
    margin-bottom:15px;
}

.stats-content h3{
    font-size:34px;
    margin-bottom:20px;
    font-weight:700;
}

.stats-content p{
    line-height:1.8;
    color:#555;
}

/* IMPORTANT PART */

.counter-wrapper{
    position:absolute;
    bottom:-20px;
    left:50%;
    transform:translateX(-50%);
    width:70%;
    display:flex;
    z-index:99;
}

.counter-box{
    flex:1;
    text-align:center;
    padding:40px 15px;
}

.blue{
    background: #009cea;
    color: #fff;
    /* background: #0C3986; */
   
    display: inline-block;
    text-align: center;
    /* padding: 40px 30px 10px; */
    width: 18%;
    color: #fff;
    vertical-align: bottom;
    min-height: 174px;
}


.white{
    background:#fff;
    color:#222;
}

.orange{
    background:#ff6600;
    color:#fff;
}

.counter{
    display:block;
    font-size:55px;
    font-weight:700;
    margin-bottom:10px;
}

.counter-box h4{
    font-size:18px;
}

@media(max-width:991px){

    .stats-section{
        flex-direction:column;
        padding-bottom:300px;
    }

    .stats-image,
    .stats-content{
        width:100%;
    }

    .counter-wrapper{
        width:90%;
        flex-wrap:wrap;
        bottom:-220px;
    }

    .counter-box{
        width:50%;
        flex:none;
    }
}

@media(max-width:576px){

    .counter-box{
        width:100%;
    }

    .counter-wrapper{
        bottom:-420px;
    }
}
  .digital-marketing-section{
    padding:80px 0;
    background:#fff;
}
