/* Intro Sobre: fluido (sin cortar ni compactar excesivo) */

#sobre .sobre-intro{
  max-width: 58ch;
  margin: 0 auto 1.5rem;
  text-align: center;
  line-height: 1.85;
  font-size: 1.08rem;
}

@media (max-width: 768px){
  #sobre .sobre-intro{
    max-width: 40ch;
    font-size: 1.02rem;
    line-height: 1.8;
  }
}
