#alquiler-info {
  max-width: 900px;         /* limita el ancho para que sea legible */
  margin: 200px auto 40px;  /* deja espacio arriba para que no lo tape el menú */
  padding: 50px;
}

#alquiler-info h2 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  line-height: 4rem;
  margin-bottom: 0px;
  color: #1C2F4E;
  text-transform: uppercase;
}

.alquiler-info-naranja {
    color: #E3A126;
    font-weight:500;
}

#alquiler-info p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  #alquiler-info h2 {
    font-size: 2rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
