/*
Theme Name: goponderosa Child
Theme URI: http://underscores.me/
Template: goponderosa
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1756249602
Updated: 2025-08-26 15:06:42

*/

/* Broadband boxes: title vs content sizing */
#broadband-services .service-type h3 {
  font-size: 1.75rem;   /* make title bigger */
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 0.5rem;
  text-align: center;
}

#broadband-services .service-type .service-content {
  font-size: 1rem;      /* make content normal/smaller */
  line-height: 1.5;
  text-align: center;
}

/* Tighter spacing in the box body */
#broadband-services .service-type .service-content p {
  margin: 0.25rem 0;
}

/* Optional: scale down a touch on phones */
@media (max-width: 768px) {
  #broadband-services .service-type h3 { font-size: 1.4rem; }
  #broadband-services .service-type .service-content { font-size: 0.95rem; }
}