/* newsrelease-spaced-paragraph-section start */

.newsrelease-spaced-paragraph-section {
    margin: 0 auto;
    max-width: 100%;
    padding: 0px 90px 40px;
}
/* .page-template-default article .newsrelease-spaced-paragraph-section p{
    line-height: 1;
} */
 .newsrelease-spaced-paragraph-section p{
    color: #3f4f5a;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 25px;
    /* text-align: justify; */
    word-wrap: break-word; 
 }
.page-template-default article .newsrelease-spaced-paragraph-text {
    color: #3f4f5a;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: justify;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .newsrelease-spaced-paragraph-section {
        margin: 0;
        padding: 30px 50px;
    }

    .newsrelease-spaced-paragraph-text,
    .newsrelease-spaced-paragraph-section p {

        font-size: 15px;
        margin-bottom: 20px;

    }
}

/* newsrelease-paragraph-section end */