/**
* Block Name: teaser_single
*/

section.teaser_single.bg_green {
  background: #a8cf38;
}

section.teaser_single.bg_green h2 {
  color: #fff;
}

section.teaser_single img {
  max-height: 300px;
}

@media (max-width: 768px) {
  section.teaser_single img {
    margin-bottom: 30px !important;
  }

  section.teaser_single .text_wrapper {
    text-align: left !important;
  }
}
