/* Respiro SOLO en laptop para sección #sobre (Quiénes Somos)
   Objetivo: en laptop se veía muy junto; en móvil ya está bien.
   Rango: 992px–1366px aprox. */

@media (min-width: 992px) and (max-width: 1440px){
  body #sobre.sobre-section .container{
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  body #sobre.sobre-section .section-header{
    margin-bottom: 1.35rem !important;
  }

  body #sobre.sobre-section .sobre-intro{
    margin-bottom: 1.35rem !important;
  }

  body #sobre.sobre-section .sobre-card{
    margin-bottom: 1.65rem !important;
  }

  body #sobre.sobre-section .valores-grid{
    gap: 1.5rem !important;
  }
}
