/**
* Block Name: teaser
*/

section.teaser .card_wrapper {
  margin-top: 60px;
}
section.teaser .card_wrapper a {
  padding-top: 15px;
  height: 100%;
  border-bottom: 1px solid #808084;
}

section.teaser .card_wrapper a:hover {
  background: #daeeae;
}

section.teaser .card_wrapper .number {
  display: inline-block;
  padding-right: 25px;
  min-width: 85px;
  width: 85px;
  color: #a8cf38;
  font-weight: 700;
}

section.teaser .card_wrapper .icon {
  margin-left: 30px;
  margin-right: 15px;
}

section.teaser .btn_wekos {
  margin-bottom: 30px;
}
