.microsoft-section {
  background: linear-gradient(to bottom, #f5f6f9, #d4d4d4);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  position: relative;
}

/* Efecto de capa ligera sobre la imagen */
.microsoft-overlay {
  background: rgba(to bottom, #f5f6f9, #d4d4d4);
  display: inline-block;
  padding: 34px 30px;
  margin: 0 auto;
}

.microsoft-section h2 {
  font-size: 38px;
  font-weight: 1200;
  color: #05204a; /* Azul corporativo */
  margin-bottom: 30px;
  line-height: 1.5;
}

.microsoft-section p {
  font-size: 21px;
  color: #444;
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .microsoft-section h2 {
    font-size: 22px;
  }
  .microsoft-section p {
    font-size: 14px;
  }
}
