.qe-respira {
  padding: 4rem 2rem;

}

.qe-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.qe-imagen {
  flex: 1 1 40%;
}

.qe-imagen img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.qe-texto {
  flex: 1 1 50%;
  font-family: 'Karla', sans-serif;
  color: #333;
}

.qe-titulo {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: left;
}

.qe-texto p {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* Quita cualquier opacity:0 aquí */
.qe-imagen img,
.qe-titulo,
.qe-texto p {
  opacity: 1;
}


@media (max-width: 768px) {
  .qe-container {
    flex-direction: column;
    gap: 1.5rem;
  }

  .qe-imagen,
  .qe-texto {
    flex: 1 1 100%;
    width: 100%;
    text-align: center;
  }

  .qe-imagen img {
    max-width: 100%;
    margin: 0 auto;
  }

  .qe-titulo {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    text-align: center;
  }

  .qe-texto p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 90%;
  }
}
