.outcomes-with-image-section .column-left {
    width: 40.5%;
}

.outcomes-with-image-section .column-right {
    width: 54.5%;
}
.outcomes-with-image-section .column-left .img-wraper {
    position: relative;
    padding-bottom: 89.25%;
    border-radius: 30px;
    overflow: hidden;
}

.outcomes-with-image-section .column-left .img-wraper img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
}

.outcomes-with-image-section .column-right .section-title {
    text-align: left;
}
.outcomes-with-image-section .column-right .section-title p {
    max-width: 100%;
}
.business-outcomes-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -24px;
}

.business-outcomes-card {
    width: calc(50% - 12px);
    margin-bottom: 24px;
}

.business-outcomes-box {
    height: 100%;
    padding-left: 70px;
    position: relative;
}

.business-outcomes-box img {
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.business-outcomes-box .h5 {
    margin-bottom: 10px;
}
.outcomes-with-image-section .column-right .section-title {
    text-align: left;
    margin-bottom: 24px;
}


@media only screen and (max-width:1199px){
    .outcomes-with-image-section .column-right {
        width: 57%;
    }
    .business-outcomes-box img {
        height: 35px;
        width: 35px;
    }
    .business-outcomes-box {
        padding-left: 50px;
    }
}
@media only screen and (max-width:991px){
    .outcomes-with-image-section .column-left {
        width: 100%;
    }
    .outcomes-with-image-section .column-right {
        width: 100%;
        margin-top: 40px;
    }
}
@media only screen and (max-width:767px){
    .business-outcomes-card {
        width: 100%;
    }
}