/**
* Block Name: teaser_5
*/

section.teaser_5 .cards_wrapper,
section.teaser_5 .bg_divider {
  z-index: 3;
  position: relative;
}

section.teaser_5 .cards_wrapper .awy_card_content {
  display: flex;
  flex-direction: column;
}

section.teaser_5 .cards_wrapper .awy_card_content .btn {
margin-top: auto;
}

section.teaser_5 .cards_wrapper img.bg_static_cover {
  height: 220px;
  margin-bottom: 0;
}

section.teaser_5 .bg_divider.white {
  margin-top: 50px;
}

section.teaser_5 .bg_divider.green {
  background: var(--alt-light-green);
  margin-top: 50px;
  margin-bottom: -150px;
  height: 200px;
  width: 100%;
}

@media (max-width: 767px) {
  section.teaser_5 .bg_divider.green {
    margin-top: 35px;
    margin-bottom: -160px;
  }
  section.teaser_5 .bg_divider.white {
    margin-top: 35px;
  }

  section.teaser_5 .cards_wrapper .col-12:not(:last-child) {
    margin-bottom: 30px;
  }
}
