/* Center the background image for mobile view */
@media (max-width: 767px) {
    .page-header {
        background-position: center center;
         /* Adjust this as needed */
    }
}