/**
* Block Name: hero_2
*/

section.hero_2 {
  background: rgba(115, 198, 64, 0.64);
}
section.hero_2 .bg_wrapper {
  top: 0px;
  left: 0px;
  z-index: -2;
}
section.hero_2 .set_height {
  height: 600px;
}

section.hero_2 .card_wrapper {
  bottom: -47px;
}

section.hero_2 p.lead {
  color: #457a2c;
}

section.hero_2 .set_height .hero_card {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.13);
}
