.mce-content-body {
    /* background: #fff; */
    color: #323847;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin:0;
    padding:10px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mce-content-body *, .mce-content-body *::before, .mce-content-body *::after {
    box-sizing: inherit;
}
.mce-content-body p {
    margin: 1em 0 !important;
    padding: 0 !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    max-width: initial !important;
    line-height: initial !important;
}
.mce-content-body img {
    max-width: 400px;
}