Summer 2027 Camps: Now Open
/* Hide existing title if needed */
.landing-banner-content .title {
display: none;
}
.program-container {
display: flex;
flex-wrap: wrap; /* allows multiple rows */
gap: 25px; /* space between boxes */
justify-content: flex-start; /* left align rows */
margin-top: 20px;
}
.program-box {
background: linear-gradient(to bot

