.conectamos {
  height: 50vh; /* ajusta según quieras */
  background: url("../images/conectamos.jpg") center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff; /* color del texto */
  text-align: center;
}

.conectamos h2 {
  font-size: 32px;
  font-weight: 700;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.5); /* resalta sobre el fondo */
}
