.wysiwyg {
    background: #F8F8F8;
}

.wysiwyg__text {
    width: 74rem;
    max-width: 100%;
    margin-inline: auto;
}

@media screen and (max-width: 575.9px) {
    .wysiwyg__text {
        text-align: center;
    }
}