/**
* 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: row;
  flex-wrap: wrap;
}
section.teaser_5 .cards_wrapper .awy_card_content > * {
  flex-basis: 100%;
}
section.teaser_5 .cards_wrapper .awy_card_content .btn {
  align-self: flex-end;
  flex-basis: auto;
}

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

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

section.teaser_5 .bg_divider.green {
  background: #edf7f3;
  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;
  }
}
