.e-con .elementor-widget.elementor-widget.elementor-widget-custom-image-content {
    margin-block-start: 10vw;
    margin-block-end: 10vw;
    width: 100%;
}
.e-con .elementor-widget.elementor-widget.elementor-widget-custom-image-content + .elementor-widget.elementor-widget.elementor-widget-custom-image-content {
    margin-block-start: 0;
}
.image-content {
    display: flex;
    flex-direction: column;
    padding: 25px;
    
}
.image-content-content {
    padding: clamp(30px, 8vw, 80px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    
}

.image-content-content > div {

    max-width: 900px;
}

.image-content-content p:last-child {
    margin-bottom: 0;
}
.image-content-image {
    overflow: hidden;
    aspect-ratio: 1/1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.image-content-image.image-corner-yes {
    clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 0);
    
}
.image-content-image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-content-top {

    max-width: 400px;

}
.image-content .heading {
    margin-bottom: 20px;

}
@media screen and (min-width: 768px) { 
    .image-content {
        min-height: 600px;
        flex-direction: row;
        justify-content: space-between;
    }
    .image-content.image-right {
        flex-direction: row-reverse;
    }
    .image-content-image {
        flex-basis: 50%;
        position: relative;
        
    }
    .image-content-image > * {
        position: fixed;
        bottom: 0;
        right: var(--side-padding);
        width: 50vw !important;
        height: 100% !important;
        object-fit: cover;
        
    }
    .image-content-content {
        flex-basis: 50%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .image-left .button {
        clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    }
    .image-left .button:hover {
        clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 100%);
    }

}
@media screen and (min-width: 1024px) {  


}
.elementor-element[data-element_type="container"]:has(.elementor-widget-custom-image-content),
.elementor-element[data-element_type="container"] > .e-con-inner:has(.elementor-widget-custom-image-content){
    padding: 0;
    max-width: 100%; 
}
