.event-banner {
background: url('/wp-content/uploads/2025/10/upcoming-event-banner-1.jpg') no-repeat center center / cover !important;
height: 600px; 
display: flex;
align-items: center;
justify-content: center;
color: white;
text-align: center;
padding: 0 20px;
}

.event-banner .event-title {
/* font-size: 30px; */
font-weight: bold;
line-height: normal;
}

/* Event Content */
.event-content {
max-width: 1150px;
margin: 0 auto;
padding: 40px 20px;
}

.event-image img {
width: 100%;
height: auto;
border-radius: 8px;
}

.event-description {
font-size: 16px;
line-height: 1.6;
margin-top: 20px;
}

/* Event Information */
.event-info p {
font-size: 16px;
margin-bottom: 10px;
}

.event-info strong {
font-weight: bold;
}