.fun-facts {
    position: relative
}

.fun-facts.section {
    padding: 120px 0
}

.fun-facts {
    background: url('https://png.pngtree.com/thumb_back/fh260/background/20230704/pngtree-d-rendered-concept-illustrating-data-analysis-in-digital-marketing-and-seo-image_3757731.jpg');
    background-size: cover;
    background-repeat: no-repeat
}

.fun-facts .single-fun i {
    position: absolute;
    left: 0;
    font-size: 62px;
    color: #fff;
    height: 70px;
    width: 70px;
    line-height: 67px;
    font-size: 48px;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 0;
    top: 50%;
    margin-top: -35px;
    transition: all 0.4s ease;
    border-radius: 50%
}

.fun-facts .single-fun:hover i {
    color: #1A76D1;
    background: #fff;
    border-color: transparent
}

.fun-facts .single-fun .content {
    padding-left: 80px
}

.fun-facts .single-fun span {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    display: block;
    transition: all 0.4s ease;
    display: block;
    margin-bottom: 7px
}

.fun-facts .single-fun p {
    color: #fff;
    font-size: 15px
}

.overlay_counter:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1a76d1;
    opacity: 0.8
}
