.ql-editor ol, .ql-editor ul {
    font-size: 0.95em;
    margin-bottom: 10px;
}

.ql-editor p {
    font-size: 1em;
    margin-bottom: 10px;
}

.ql-editor {
    text-align: justify;
    padding:0 5px;
    display: grid !important;
    margin-top: 20px;
    align-content: start; 
    gap: 0;
    max-width: 100%;
}