/* Hear Real Calls: align subtitle + instruction typography with global system */

/* Slightly smaller subtitle so it matches other section subheads */
.ind-grid-subtitle{
  font-size: 1.05rem;
  line-height: 1.55;
}

/* Replace inline instruction styling with a consistent, reusable style */
.ind-grid-instruction{
  margin: 12px auto 0;
  max-width: 820px;
  font-weight: 700;
  color: rgba(15, 26, 43, 0.78);
  font-size: 1.0rem;
}

/* Make the bullets text consistent with body sizing */
.ind-grid-bullets li span{
  font-size: 0.98rem;
  font-weight: 700;
}

@media (max-width: 640px){
  .ind-grid-subtitle{ font-size: 1rem; }
  .ind-grid-instruction{ font-size: 0.98rem; }
}
