
div {
    display: block;
    unicode-bidi: isolate;
}

.editorial {
    color: #2d2a29;
    font-size: .875rem;
    line-height: .75rem;
    padding: 0 0 20px;
    background: #fff;
    margin: 30px auto 0;
    max-width: 1220px;
    height: auto !important;
    overflow: hidden;
    position: relative;
    clear: both;
}

.editorial h2 {
    padding-top: 10px !important;
    border-left: 5px solid #7dbc8e !important;
    font-size: 24px !important;
    padding-left: 5px !important;
    text-align: start !important;
    line-height: 1em;
    margin: 0 0 10px;
}

.editorial p:not(:last-child) {
    margin-bottom: 1.25rem;
}

.editorial p {
    color: #999;
    font-size: .875rem;
    line-height: 1.25;
    margin-top: .625rem;
    text-align: justify;
    hyphens: auto; 
    margin: 10px 0;
}

.editorial a {
    color: #656667;
    text-decoration: underline;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.editorial a:hover{
    color: #7DBC8E;
}

.editorial h3 {
    line-height: 1.17rem !important;
}

.editorial-toggle {
    display: none;
} 

.editorial strong {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .editorial {
        padding-left: 13px;
        padding-right: 13px;
        
    }
}