/* CSS for the section banner */
.section-banner {
    background-image: url('img/banner/section-banner.jpg'); /* Replace with your background image path */
    background-size: cover; /* Cover the entire section */
    background-position: center; /* Center the background image */
   
}

