.image-content-100 img{
    width: 100%;
    object-fit:cover;
    height: 412px;
    object-position: 0% 0%;
}


.image-content-100{
      margin-top: 30px;
      width: 100%;
}

.circle-bg{
    position: relative;
}


.circle-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    clip-path: circle(3000px at 40% -2490px);
}

@media(max-width:425px){
    .col-d-50{
        width:100%;
    }
    
    .image-content {
        width: 100%;
    }
    
    .circle-background{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        clip-path: unset;
    }
}

