/**
* Block Name: teaser_2
*/

section.teaser_2 .cards_wrapper {
  margin-top: 150px;
  z-index: 3;
  position: relative;
}

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

section.teaser_2 .cards_wrapper .awy_card_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section.teaser_2 .cards_wrapper .awy_card_content > * {
  flex-basis: 100%;
}
section.teaser_2 .cards_wrapper .awy_card_content .btn {
  align-self: flex-end;
  flex-basis: auto;
}
section.teaser_2 .cards_wrapper img.bg_static_cover {
  height: 240px;
}

@media (min-width: 1200px) {
  section.teaser_2 .cards_wrapper .col-12:nth-child(odd) {
    margin-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.teaser_2 .cards_wrapper .col-12 {
    margin-top: 30px;
  }
  section.teaser_2 .cards_wrapper .col-12:nth-child(3n + 2) {
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.teaser_2 .cards_wrapper .col-12:nth-child(odd) {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  section.teaser_2 .cards_wrapper {
    margin-top: 100px;
  }
  section.teaser_2 .cards_wrapper .col-12:not(:last-child) {
    margin-bottom: 30px;
  }
}
