.brexie-wrap{ max-width:925px; margin:22px auto 28px; padding:0 16px; }
.brexie-wrap .intro{ text-align:center; max-width:62ch; margin:0 auto 18px; }
.center{ text-align:center; }

/* Brexie Gallery Styling */

.brexgallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
	
.brexgallery img {
    max-width: 100%;
    height: auto;
    margin: 5px;
    display: block;
    align-self: flex-end; /* Align images from the bottom */
    }
 
.image-container-brex {
    flex: 1 0 25%; /* Allow 5 images per row */
    display: flex;
    justify-content: center;
    }