.banner {
  position: relative;
  z-index: 20 !important
}

@media(min-width: 768px) {
  .banner .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.banner .layout_content {
  width: 100%
}

@media(min-width: 768px) {
  .banner .layout_content {
    margin-bottom: 5rem
  }
}

@media(min-width: 768px) {
  .banner .layout_image {
    width: 40%
  }
}

@media(min-width: 1440px) {
  .banner .layout_image {
    width: 45%
  }
}

.banner .layout_image img {
  display: block;
  max-width: 100%
}

.banner .layout_image.image_2 {
  margin-top: 5rem
}

@media(max-width: 767.98px) {
  .banner .layout_image.image_2 {
    display: none
  }
}

.banner .scroll_down {
  padding: 1rem;
  margin: 1rem auto 0;
  color: #bc3927;
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer
}

@media(min-width: 768px) {
  .banner .scroll_down {
    position: absolute;
    bottom: 30%;
    left: 50%;
    margin: 0 0 0 -3rem;
    z-index: 10
  }
}

.banner .scroll_down svg {
  font-size: 3.4rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.banner.background--blue .scroll_down {
  color: #f8f5df
}

.banner.background-transition {
  padding-bottom: 0
}

.banner.background-transition:after {
  display: block;
  width: 100%;
  bottom: 0;
  content: "";
  height: -180px;
  position: absolute
}

@media(min-width: 768px) {
  .banner.background-transition:after {
    height: 160px
  }
}

@media(min-width: 1024px) {
  .banner.background-transition:after {
    height: 200px
  }
}

.banner.background-transition-cream:after {
  background: #f8f5df
}

.banner+section.background {
  padding-top: 180px;
  margin-top: -180px
}

@media(min-width: 768px) {
  .banner+section.background {
    padding-top: 160px;
    margin-top: -160px
  }
}

@media(min-width: 1024px) {
  .banner+section.background {
    padding-top: 200px;
    margin-top: -200px
  }
}

@media(max-width: 767px) {

  .page-id-543 .banner .layout_content .h2,
  .page-id-543 .banner .layout_content .h1 {
    font-size: 3.4rem
  }
}