/* Banner And Infographic Design Page CSSc Start */
.banner_infographic {
    margin: 0;
    width: 100%;
    position: relative;
    padding: 15px 0 150px;
}

.banner_infographic:after {
    left: 0;
    top: 100%;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #ffffff;
}

.banner_infographic .title_super_text {
    font-weight: 900;
    margin: 0 0 -70px 40px;
}
.banner_infographic .round_circle:after {
    content: "";
    background-color: #cecccc;
    box-shadow: -8px 2px 0 rgb(214 214 214 / 90%);
}

.banner_infographic .banner_infographic_wrap {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 40px -15px 0;
    justify-content: space-between;
}

.banner_infographic .banner_infographic_wrap>div {
    width: 50%;
    padding: 0 15px;
}

.banner_infographic .image {
    width: 100%;
    margin: 0 0 20px;
    border-radius: 6px;
    background-size: 100%;
    padding: 50px 25px 25px;
    background-color: #eff0f2;
    background-repeat: no-repeat;
    background-position: top center;
}

.banner_infographic .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}