/* PROPOSITO */

#proposito {
  position: relative;
  z-index: 1;
}

.big-spacer { height: 15rem; }

.casa, .arbol {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.casa {
  top: 2rem;
  background-image: url("./../img/proposito/techo.svg");
  width: 80%;
  height: 15rem;
}

.arbol {
  bottom: 1rem;
  background-image: url("./../img/proposito/arbol.jpg");
  width: 95%;
  height: 300px;
}
