h2 {
  font-family: 'Novecento', sans-serif;
  font-size: 1rem;
}
.beneficio {
  background-position: top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 300px;
}
.beneficio:hover .beneficio_bg {
  transform: scale(1.2);
}
.beneficio_bg {
  position: absolute;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  transition: all .3s ease;
}
.beneficio .name {
  position: absolute;
  bottom: 35px;
  width: 100%;
  height: 70px;
  padding: 20px 15px 0;
}
.beneficio .more {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  padding: 0 15px;
  font-weight: 700;
  font-size: 1rem;
}