.M--faq {
    position: relative;
    .faq__body {
        display: block;
        position: relative;
        margin: auto;
        max-width: 600px;
    }
    .C--accordion {
        .accordion__body {
            img {
                display: block;
                width: 100%;
                height: auto;
            }
            ul {
                list-style-type: disc;
            }
            ol {
                list-style-type: decimal;
            }
            @import "components/_editor_style";
        }
    }
}