.gas {
    background: url("../img/bosque.gif") center top no-repeat fixed;
    background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
    
}

.gas::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9;
}


.gas .container {
  position: relative;
  z-index: 10;
}

.gas .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

.gas .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
}

.gas .counters p, ul{
    color:#111;
    font-family: "Montserrat", sans-serif;
  font-size: 14px;
}


