/* Start custom CSS */@media only screen and (min-width: 768px) {
    .page-title-container .page-title {
        font-size: 0.6em;
    }
}
.page-title-container .page-title-bg {
    background-image: url(https://barmdc.com/wp-content/uploads/2025/10/blog-1.webp);
}
.page-title-container {
    background-color: unset !important;
}/* End custom CSS */