.orderedSectionsArticle__section {
    position: relative;
}

/**
 * Image left; text right or Text lef; image right
 */

.orderedSectionsArticle__left .l-row {
    flex-direction: row-reverse;
}

/**
 * Curly background line
 */

.orderedSectionsArticle__line {
    display: none;
}

@media screen and (min-width: 720px) {
    .orderedSectionsArticle__line {
        position: absolute;
        z-index: -1;
        inset: 0 15%;
        display: block;
        width: 70%;
        color: var(--color100);
    }
}
