/* Subir “QUIÉNES SOMOS / SOBRE COMMUNITY LEAGUE” (recorta aire superior dentro de #sobre) */

/* Forzado más agresivo (porque hay reglas globales con !important) */
body #sobre.sobre-section .container{
  padding-top: 0.1rem !important;
}

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

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

body #sobre.sobre-section .section-header .section-title{
  margin: 0.35rem 0 !important;
}

/* El intro empuja mucho: lo dejamos corto */
body #sobre.sobre-section .sobre-intro{
  margin: 0.2rem auto 0.75rem !important;
}

@media (max-width: 640px){
  body #sobre.sobre-section .container{ padding-top: 0.05rem !important; }
  body #sobre.sobre-section .section-header{ margin-bottom: 0.65rem !important; }
  body #sobre.sobre-section .section-header .section-title{ margin: 0.3rem 0 !important; }
  body #sobre.sobre-section .sobre-intro{ margin: 0.15rem auto 0.65rem !important; }
}
