body {
    font-weight: 400;
    line-height: 1.6;
}
.about-us-sec {
    margin-top: 100px;
    padding: 56px;
    font-family: 'Lato', 'sans-serif';
}

#about-h1 {
    margin: 0 0 1rem;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    word-wrap: break-word;
    cursor: default;
}

#about-h2 {
    font-weight: 800;
    display: block;
    font-size: 28px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    font-weight: bold;
    unicode-bidi: isolate;
    font-size: 24px;
    margin-top: 16px 0;
    clear: both; 
}

#about-h3 {
    font-weight: 800;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    font-weight: bold;
    unicode-bidi: isolate;
    font-size: 24px;
    margin-top: 16px 0;
}

#about-p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    cursor: default;
}

#editor-block {
    margin-top: 56px;
    margin-bottom: 56px;
    background-color: #eaebfd;
    border-radius: 16px;
    
}

#editor-block-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #eaebfd;
    border-radius: 16px;
    
}

#editor-block-content {
    display: flex;
    flex-direction: column;
}

#editor-block-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#editor-block-img {
    width: 134px;
    height: 134px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 30px;
}

#editor-block-img-2 {
    width: 134px;
    height: 134px;
    margin-right: 20px;
    margin-left: 20px;
}

#editor-about-h2 {
    text-indent: 190px;
    padding-top: 20px;
    margin-bottom: 0;
    cursor: default;
}

#editor-about-h3 {
    text-indent: 190px;
    padding-top: 20px;
    margin-bottom: 0;
    cursor: default;
    font-size: 20px;
    font-weight: 800;
    
}

.editor-p {
    padding: 20px;
    margin-top: 0 !important;
}

ul {
    list-style-type: none;
    padding: 0;
}


#about-author-img {
    width: 164px;
    height: 164px;
    border-radius: 128px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.author-h3, .author-p {
    text-align: center !important;
}

#about-li-author {
    width: 264px;
    border: 1px solid #d1d2f6;
    padding: 10px;
    border-radius: 16px;
    margin: 10px;
}

#about-ul-author {
    display: block; 
    margin: 0 auto;
    padding: 0;
    text-align: center;
    clear: both; 
}

@media screen and (max-width: 1000px) {
    #editor-block-content {
        flex-direction: column;
        text-align: center;
    }

    #editor-block-row {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #editor-block-img {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0px;
    }

    #editor-about-h2, #editor-about-h3 {
        text-indent: 0;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0px;
        padding: 20px;
    }

    .editor-p {
        padding: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    .about-us-sec {
        padding: 5px !important;
    }
}

