/* FOOTER */ .sePage .sePageFooter { margin-top: 0px; }

/* IMAGE OVERLAY */
.se-section-image-overlay .editContent,
.se-section-image-overlay .content-block-column {
 position: relative;
}

.se-section-image-overlay .content-block-column::before {
 content: '';
 background-color: rgba(0,0,0,0.30);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}

.responsive-title {
			font-family: Roboto, sans-serif;
			font-size: 72px;
			width: 100%;
			/* Makes the span take full width */
			display: inline-block;
			/* Ensures the width applies correctly */
			text-align: center;
			/* Centers the text */
		}
		
		@media (max-width: 768px) {
			.responsive-title {
				font-size: 24px;
				/* Adjust the font size for mobile */
			}
		}