.richText.blog_text .richText-toolbar {
    display: none;
}

.richText.blog_text .richText-editor {
    overflow-y: unset;
    color: #1C1C1E;
    width: 47%;
    text-align: left;
    height: fit-content;
    font: normal normal 300 16px/24px 'SF Pro Display';
    letter-spacing: 0;
    opacity: 1;
    justify-self: center;
}

.richText.blog_text {
    border: 0;
    background-color: #FFFFFF;
    justify-content: center;
    display: flex;
}

.richText.blog_text img {
    width: 100%;
    height: auto;
}

/* For screens larger than 320px (mobile devices) */
@media screen and (max-width: 767px) {
    .richText.blog_text .richText-editor {
        font-size: 18px;
        width: 100%;
    }
}

/* For screens larger than 768px (tablets) */
@media screen and  (min-width: 768px) {
    .richText.blog_text .richText-editor {
        font-size: 18px;
        width: 65%;
    }
}