.text-bild-content-widget {
    & ul {
        padding-left: 0;
        column-count: 2;
        margin-bottom: 0;

        & li {
            list-style-type: none;
            padding-left: 35px;
            position: relative;
            padding-bottom: 15px;

            &:before {
                content: ' ';
                position: absolute;
                left: 0;
                top: 1px;
                width: 24px;
                height: 24px;
                background-image: url("/wp-content/themes/biofire-understrap-child/icons/CheckCircle.svg");
                background-repeat: no-repeat;
                background-size: contain;
            }
        }
    }

    & .image-column {
        row-gap: 30px;
    }

    @media screen and (max-width: 767px ) {
        & .text-column{
            order: 1 !important;
        }
    }

}

.text-bild-content-widget .image-column {
    row-gap: 30px;
}

@media screen and (max-width: 767px ) {
    .text-bild-content-widget ul {
            column-count: 1;
    }
    .text-bild-content-widget .image-column {
        row-gap: 1rem;
    }
}