.newsletter-banner {
    background-color: #00354e; /* Deep navy blue background */
    color: white; /* White text color for readability */
    padding: 20px; /* Padding around the content */
    text-align: center; /* Center-aligns the text */
	
	line-height: 1.4; /* Set line height for better readability and spacing */
}

.newsletter-banner h2 {
    color: white; /* Specific white color for the headline */
    line-height: 1.4; /* Maintain consistent line height */
}
.newsletter-banner img {
    width: 100%; /* Make the image span the full width of the banner */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Ensure the image does not have extra space around it */
	     margin-bottom: 10px; /* Adds space below the image */

}