/**
* Block Name: teaser_3
*/

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

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

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

section.teaser_3 .cards_wrapper .awy_card svg.external {
    display: none;
}

section.teaser_3 .awy_card_content .awy_card_icon svg {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

section.teaser_3 .cards_wrapper .awy_card_content > svg{
    flex-basis: auto !important;
}

section.teaser_3 .awy_card_content .awy_card_icon svg path {
    fill: var(--viridian);
}

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

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

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