h1.display-3 {
    font-size: 50px;
    font-weight: 700;
    width: 80%;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.rich-editor-text :is(h1, h2, h3, h4, h5, h1 strong, h2 strong) {
    color: #282828f5 !important;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0;
}

h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0;
}

p {
    font-family: var(--ed-ff-p);
    font-size: 20px;
    font-weight: var(--ed-fw-normal);
    color: var(--ed-color-text-body);
    margin-bottom: 15px;
    line-height: 28px;
}

.wp-block-list {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0px 20px;
}

.wp-block-list li {
    font-size: 20px;
}

@media screen and (max-width: 468px) {
    h1.display-3 {
        font-size: 30px;
        width: 90%;

    }

    p {
        font-family: var(--ed-ff-p);
        font-size: 16px;
        font-weight: var(--ed-fw-normal);
        color: var(--ed-color-text-body);
        margin-bottom: 15px;
        line-height: 28px;
    }

    .wp-block-list li {
        font-size: 16px;
    }

    h2 {
        font-size: 20px;
        font-weight: 700;
        margin: 30px 0;
    }

    h3 {
        font-size: 20px;
        font-weight: 700;
        margin: 30px 0;
    }

}