/*** 1-column-text-block-inset-options ***/

.one-column-text-block-inset-options ol,
.one-column-text-block-inset-options ul {
    padding-inline-start: 20px;
    margin-top: 20px;
}

.one-column-text-block-inset-options ol > li,
.one-column-text-block-inset-options ul > li {
    padding-left: 10px;
    margin-bottom: 15px;
}

.one-column-text-block-inset-options .text-section-container .text-section:last-of-type {
    margin-bottom: 0 !important;
}

@media(min-width: 992px) {
    .one-column-text-block-inset-options .text-section-container .image_and_text_section:nth-of-type(even) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .one-column-text-block-inset-options .text-section-container .image_and_text_section:nth-of-type(odd) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .one-column-text-block-inset-options .text-section-container .image_and_text_section:nth-of-type(even) .image_parent {
        padding-right: 40px;
    }
    .one-column-text-block-inset-options .text-section-container .image_and_text_section:nth-of-type(even) .text_parent {
        padding-left: 40px;
    }

    .one-column-text-block-inset-options .text-section-container .image_and_text_section:nth-of-type(odd) .image_parent {
        padding-left: 40px;
    }
    .one-column-text-block-inset-options .text-section-container .image_and_text_section:nth-of-type(odd) .text_parent {
        padding-right: 40px;
    }
}

@media(max-width: 767.98px) {
    .one-column-text-block-inset-options ol > li,
    .one-column-text-block-inset-options ul > li {
        padding-left: 5px;
    }
}

