/* Targeted spacing adjustment for the hero section paragraphs
   Keeps global paragraph spacing intact while tightening the two lines
   in the hero area. */

#hero .col-lg-5 p {
  /* Reduce bottom margin to bring paragraphs closer together */
  margin-bottom: 0.25rem;
}

/* If you need slightly more space on very small devices, uncomment:
@media (max-width: 576px) {
  #hero .col-lg-5 p { margin-bottom: 0.4rem; }
}
*/
