.content_with_image .contentcol-imagecol-wrap {
    display: flex;
    align-items: flex-start;
    gap: 100px;
}
.content_with_image .contentcol-imagecol-wrap.reverse {
    flex-direction: row-reverse;
}
.content_with_image .contentcol-imagecol-wrap > div {
    flex: 1;
}
.content_with_image .content-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}
.content_with_image .common-heading {
    text-wrap: balance;
}
.content_with_image .content_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.content_with_image .content_wrap > * {
    margin-bottom: 0;
    color: var(--gray);
}
.content_with_image .content_wrap strong {
    color: var(--darkBlue);
    font-weight: 700;
}
.content_with_image .list_wrap {
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.content_with_image .list_wrap .d-flex {
    align-items: center;
    gap: 23px;
}
.content_with_image .list_wrap .d-flex p {
    margin-bottom: 0;
}
.content_with_image .item_title strong {
    font-weight: 700;
    color: var(--darkBlue);
}
.content_with_image .position-relative img {
    height: 100%;
    width: 96%;
    object-fit: contain;
}
.content_with_image .img_box {
    width: 366px;
    position: absolute;
    background-color: var(--green);
    padding: 33px 18px;
    border-radius: 28px;
}
.content_with_image .image_wrapper .img_box {
    bottom: -38px;
    right: -12px;
    text-align: center;
}
.content_with_image .img_box .boxCont {
    font-size: 27px;
    line-height: 32px;
    font-family: var(--font-opensans);
    margin-bottom: 7px;
    color: var(--white);
}
.content_with_image .img_box .boxTitle {
    font-size: 65px;
    line-height: 70px;
    font-family: var(--font-opensans);
    color: var(--white);
    font-weight: 700;
}

.content_with_image {
    padding-bottom: 30px;
}

@media (max-width: 1650px) {
    .content_with_image .contentcol-imagecol-wrap {
        gap: 80px;
    }
}
@media (min-width: 1400px) {
    .content_with_image .d-flex {
        width: 100%;
    }
}

@media(max-width:992px) {
    .content_with_image .container {
        padding: 0 !important;
    }
    .content_with_image .content-col {
        padding-left: 36px;
        padding-right: 36px;
    }
    .content_with_image {
        padding-bottom: 20px;
    }

    .content_with_image .contentcol-imagecol-wrap {
        flex-wrap: wrap;
    }
    .content_with_image .contentcol-imagecol-wrap > div {
        flex-basis: 100%;
    }
    .content_with_image .list_wrap .d-flex {
        align-items: flex-start;
        gap: 23px;
    }
    .content_with_image .img_box {
        width: 250px;
        left: 50% !important;
        right: unset !important;
        transform: translateX(-50%);
        padding: 25px 13px;
        bottom: -26px !important;
    }
    .content_with_image .image_wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /*.content_with_image .image_wrapper > div {
        height: 550px !important;
    }*/
    .content_with_image .image_wrapper > div img {
        height: 100%;
    }
    .content_with_image .img_box .boxCont {
        font-size: 18px;
        line-height: 18px;
    }
    .content_with_image .img_box .boxTitle {
        font-size: 44px;
        line-height: 45px;
    }
    .content_with_image .position-relative img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
}
@media(max-width:575px) {
    /*.content_with_image .contentcol-imagecol-wrap .image_wrapper {
        margin-left: -36px;
        margin-right: -36px;
    }*/
    .content_with_image .image_wrapper > div {
        height: 430px !important;
    }
    .content_with_image .image_wrapper > div img {
        height: 100%;
    }
}
@media(max-width:400px) {
    .icon-box-big {
        width: 75px;
        height: 75px;
        flex: 0 0 75px;
    }
    .list_items img {
        width: 100%;
    }
}
@media(max-width:350px) {
    .content_with_image .list_wrap .d-flex {
        flex-direction: column;
        gap: 15px;
    }
}