@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;700&display=swap');

.corporate-tech-heading {
  font-family: 'Raleway', sans-serif; /* Fuente elegante */
  font-weight: 700;
  font-size: 38px;
  color: #232F3E; /* Azul oscuro profesional */
  padding-bottom: 10px;
  letter-spacing: 2px;

}