סידור תיבת התמונה במובייל שתהיה בצד התוכן ולא מעל
CSS
@media screen and (max-width: 768px) {
.elementor-image-box-wrapper{
display: flex;
}
.elementor-image-box-img {
align-self: center;
padding-left: 10px;
}
}