#artNewsBlog .pageTitle {
    text-align: left;
    padding: 0;
}

.headerBackground {
    background-image: url(/images/assets/news-dots-orange.png);
    padding: 55px 0 0 43px;
    background-size: 375px;
    background-repeat: no-repeat;
}

.headerBackground img {
    width: 100%;
    max-width: 100%;
}

.pageTitle h1,
.articleDate {
    color: var(--clt-text-inverse);
}

.articleDate {
    margin-top: 20px;
}

@media screen and (max-width: 5000px) {
    #artNewsBlog .pageTitle .article {
        width: 100%;
    }
}

@media screen and (max-width: 991.99px) {
    #artNewsBlog .headerBanner {
        height: 350px;
    }

    #artNewsBlog .pageTitle {
        margin: 20px 0 0 45px !important;
    }

    .articleDate {
        margin: 20px 0 0 45px;
    }
}
