Обтекание текстом различных элементов в Elementor

CSS for Elementor and Image items
#my-counter-left {
    position: relative;
    width: 50%;
    float: left;
    margin-top: 7px;
    margin-right: 15px;
}

#my-accordion-right {
    position: relative;
    width: 50%;
    float: right;
    margin-top: 7px;
    margin-right: 15px;
}

#flow-text img {
    margin-top: 7px;
    margin-right: 15px;
    margin-bottom: 15px;
}