.image-text {
    background:#f2f2f2;
    overflow: hidden;
}

.content-image {
    display: flex;
    align-items: center;
}

.content-image .Image {
   width:50%;
   text-align:center;
   position: relative;
  margin: 0 auto;
    flex: none;
}
.content-image .Image img {
    width: 350px;
}

.content-image img.mobileimg {
    position: absolute;
    z-index: 0;
    overflow: hidden;
    left: 150px;
    top: -210px;
    margin: 0 auto;
}
.content-image .text-content {
   width:50%;
    flex: none;
}

.heading h2 {
    /* Add any necessary styling for the heading */
}

.feature-list {
    list-style: none;
    padding-left: 0;
}
/* 
.feature-list li {
    position: relative;
    padding-left:40px; /* Adjust as needed */
/*         text-align: left;
    background-image: url('https://7296218.fs1.hubspotusercontent-na1.net/hubfs/7296218/Check_Mark.png');
    background-repeat: no-repeat;
    background-size: 30px; /* Adjust size as needed */
    /*    padding-top: 20px;
    padding-bottom: 20px;
    background-position: left center;
    list-style-type: none; /* Remove default list-style */
    /*font-size:22px;
     font-family: 'Lato', sans-serif;
    font-weight:600; 
    
} */



/* Hide default list-style marker */
.feature-list li::before {
    content: none;
}


@media(max-width:992px){
.content-image .text-content {
   width:100%
}
.content-image {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
.feature-list {
    list-style: none;
    padding-left: 20px;
}
    
    .content-image img.mobileimg {
    left: 12%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 33px;
    z-index: 0;
} 
.content-image .Image {
        width:100%;
    height:550px;
    }

}