.newsrelease-center-paragraph-with-title-patterns {
    text-align: center;
    padding: 60px 0px;
}

.newsrelease-center-paragraph-with-title-patterns .center-paragraph-section-title {
    color: rgb(219, 153, 107);
    display: block;
    font-size: 48px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.center-paragraph-section-title::before {
    content: "";
    height: 100%;
    margin-left: -15px;
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
    width: 5px;
    background: linear-gradient(rgb(255, 188, 139) 59%, rgb(197, 119, 74));
    border-radius: 1px;
}

p.center-paragraph-section-description {
    color: rgb(63, 79, 90);
    font-size: 20px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0px auto;
}

a {
    color: rgb(63, 79, 90);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .newsrelease-center-paragraph-with-title-patterns {
        padding: 40px;
    }

    .newsrelease-center-paragraph-with-title-patterns .center-paragraph-section-title {
        font-size: 20px;
    }

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

    p.center-paragraph-section-description {
        font-size: 15px;
    }
}