/* Basic content band — YMCA Midsize 2026 */

/* Mobile: the band's 72px bottom padding meets the next section's 72px top
   padding, which reads as one ~144px void — especially obvious where both bands
   are white (Welcome to your Y -> Take a look inside). Trim the bottom half here;
   the section below trims its own top. Padding is inline on the block markup, so
   this needs !important. */
@media (max-width: 768px) {
    .bmg-basic-content {
        padding-bottom: 36px !important;
    }
}
