
  h2{
    color:#ff0000;
}

.block-editor-writing-flow ul li, .story-contents ul li{
    list-style: none;
    border: 2px dotted #ff0000;
    margin: 3em 0em 0.5em 0em;
    font-size:24px;
    text-align:center;
}


.block-editor-writing-flow ol,.block-editor-writing-flow ul
.story-contents ol,.story-contents ul{
    padding-left: 0em !important;
    margin: 0em !important;
}

.block-editor-writing-flow li.blocks-gallery-item,
.story-contents li.blocks-gallery-item {
    border: inherit;
}

#story .story-contents p , .block-editor-writing-flow p{
    font-size: 16px;
    line-height: 2.3;
    text-align: left;
    letter-spacing: 0.05rem;
    padding: 0px;
    display: block;
}


#prev_next {
    padding: 3em;
}

@media screen and (max-width: 767px){

    #story .story-contents .has-2-columns h1, #story .story-contents .has-2-columns h2, #story .story-contents .has-2-columns h3 {
        font-size: 24px;
        border-bottom: 1px solid #222;
        padding: 0px 0px 12px;
        margin-bottom: 12px;
        margin-top:-24px;
    }
    #story .story-contents .has-2-columns {
        padding-top:70px;
    }
}
