/**
 * Block Name: Teaser
 */

section.teaser .col-md-6:nth-of-type(3) {
  margin-top: 30px;
}

section.teaser .card {
  background-color: #322b26;
  border: 1px solid #f9ede4;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.25);
}

section.teaser .img_wrapper {
  height: 380px;
}

section.teaser .text_wrapper {
  padding-top: 80px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: calc(100% - 30px);
}

section.teaser .card.has_img_1 .text_wrapper {
  padding-top: 50px;
}

section.teaser .text_wrapper h3,
section.teaser .text_wrapper > p {
  margin-bottom: 30px;
}

section.teaser p.no_link {
  color: #958c84;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  section.teaser .col-12:first-child,
  section.teaser .col-12:nth-last-of-type(2) {
    margin-bottom: 50px;
  }

  section.teaser .col-md-6:nth-of-type(3) {
    margin-top: 0px;
  }
}
