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

  h2.newsrelease-paragraph-with-title-section-title {
    color: #db996b;
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 40px;
    padding-left: 30px;
    position: relative;
    font-weight: 400;
}

h2.newsrelease-paragraph-with-title-section-title:before {
    background: linear-gradient(180deg, #ffbc8b 59%, #c5774a);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

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

    .newsrelease-paragraph-with-title-text,
 .newsrelease-paragraph-with-title-section  p {

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

    }

    h2.newsrelease-paragraph-with-title-section-title {
        font-size: 24px;
        margin-bottom: 25px;
        padding-left: 20px;
    }

    h2.newsrelease-paragraph-with-title-section-title:before {
        width: 3px;
    }
}

/* newsrelease-paragraph-with-title-section end */
