Giving

As well as giving our time and talents to serve Jesus, we also  give money joyfully and sacrificially in response to Jesus’ generosity and to help more people experience Jesus.

/* 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;
}

}