Already Tried using these.
.image-with-text__content {
position: sticky;
top: 0;
}
@media screen and (min-width: 750px) {
.image-with-text__content {
position: sticky;
top: 0;
}
}
.image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content{
position: sticky;
top: 20px;
z-index: 10;
}