.entry-content h1,
.wp-block-post-content h1 {
    font-size: 42px !important;
    line-height: 1.15;
    hyphens: none;
    -webkit-hyphens: none;
    word-break: normal;
}

.entry-content h2,
.wp-block-post-content h2 {
    font-size: 30px !important;
    line-height: 1.25;
    hyphens: none;
    -webkit-hyphens: none;
    word-break: normal;
}

.entry-content h3,
.wp-block-post-content h3 {
    font-size: 24px !important;
    line-height: 1.3;
    hyphens: none;
    -webkit-hyphens: none;
    word-break: normal;
}

@media (max-width: 768px) {
    .entry-content h1,
    .wp-block-post-content h1 {
        font-size: 30px !important;
        line-height: 1.2;
    }

    .entry-content h2,
    .wp-block-post-content h2 {
        font-size: 24px !important;
        line-height: 1.25;
    }

    .entry-content h3,
    .wp-block-post-content h3 {
        font-size: 20px !important;
        line-height: 1.3;
    }
}
@media (max-width: 768px) {
    .entry-content p,
    .wp-block-post-content p {
        color: #6f7779 !important;
    }
}
@media (max-width: 768px) {
    .entry-title,
    .page-title {
        color: #6f7779 !important;
    }
}
.entry-content p,
.entry-content li,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.wp-block-post-content p,
.wp-block-post-content li,
.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3 {
    hyphens: none !important;
    -webkit-hyphens: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}
@media (max-width: 768px) {
    .entry-title,
    .page-title {
        hyphens: none !important;
        -webkit-hyphens: none !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        font-size: 24px !important;
        line-height: 1.25;
    }
}
@media (max-width: 768px) {

    body.home .entry-content li,
    body.home .entry-content li a,
    body.home .entry-content li p,
    body.home .wp-block-post-content li,
    body.home .wp-block-post-content li a,
    body.home .wp-block-post-content li p {
        font-size: 17px !important;
        line-height: 1.4 !important;
    }

    body.home .entry-content li,
    body.home .wp-block-post-content li {
        margin-bottom: 10px !important;
        padding-bottom: 0 !important;
    }
}
@media (max-width: 768px) {

    body.home .entry-content h2,
    body.home .wp-block-post-content h2 {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }

    body.home .entry-content h3,
    body.home .wp-block-post-content h3 {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
}