.content-with-image-section {
    background: #0F172A;
    margin: 0;
    padding: 80px 0;
}

.content-with-image-section .column-left {
    width: 45%;
}

.content-with-image-section .column-right {
    width: 48%;
}

.content-with-image-section .column-left .content-box>* {
    color: #ffffff;
}

.content-with-image-section .column-left .content-box {
    margin-bottom: 24px;
}
.content-with-image-section .column-left .content-box h2{
    margin-bottom: 10px;
}
.enterprise-automation-col {
    position: relative;
    padding-left: 70px;
}
.enterprise-automation-col >* {
    color: #ffffff;
}
.enterprise-automation-col img {
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    object-fit: cover;
}
.enterprise-automation-col:not(:last-child) {
    margin-bottom: 24px;
}
.enterprise-automation-col .h5 {
    margin-bottom: 10px;
}
.content-with-image-section .column-right .img-wraper {
    position: relative;
    padding-bottom: 83.75%;
    border-radius: 30px;
    overflow: hidden;
}

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

@media only screen and (max-width:1399px){
   .content-with-image-section .column-left {
        width: 48%;
    } 
}
@media only screen and (max-width:991px){
    .content-with-image-section {
        padding: 60px 0;
    }
    .content-with-image-section .column-left {
        width: 100%;
    }
    .content-with-image-section .column-right {
        width: 100%;
        margin-top: 40px;
    }
}
@media only screen and (max-width:767px){
    .content-with-image-section {
        padding: 40px 0;
    }
}