/* Banner spacing fix */
.page-banner {
  padding-top: 6rem !important;
  padding-bottom: 3rem !important;
}

body .page-banner {
  padding-top: 6rem !important;
  padding-bottom: 3rem !important;
}

html body .page-banner {
  padding-top: 6rem !important;
  padding-bottom: 3rem !important;
}

body:not(.home-page) .page-banner {
  padding-top: 6rem !important;
  padding-bottom: 3rem !important;
} 