Alpha
Alpha is a series of interactive sessions that create a safe and honest space, online or in person, where people can explore life, faith and meaning.

/* Set section top padding to 0px*/
.bm-header-page-11 {
padding-block-start: 0px;
overflow:hidden;
}
/* Set container padding inline(left and right padding) to 0px*/
.bm-header-page-11__container {
padding-inline: 0px;
}
/* Stretch psuedo element to the edges of the screen */
.bm-header-page-11__container::before {
content: '';
position: absolute;
top: 0;
left:50%;
width: 100vw;
max-width:100vw;
height: 50%;
margin-inline-start: -50vw;
background-color: var(--neutral-ultra-light);
z-index: -1;
}@media (min-width:991px) {
.bm-header-page-11__container {
grid-template-columns: var(--grid-2-1);
}
.bm-header-page-11__media {
order:-1;
}
}