/*
 * V13.2.98 LIGHT — Solution archive card title balance only.
 * Baseline: V13.2.97 Light.
 * Scope: reduce Solution archive card titles by roughly 14% while preserving
 * card layout, images, labels, links, colors, borders and hover animation.
 */
.post-type-archive-solution .pms-sol-archive-card h2{
  font-size:29px!important;
  line-height:1.22!important;
}

@media(max-width:1024px){
  .post-type-archive-solution .pms-sol-archive-card h2{
    font-size:26px!important;
    line-height:1.23!important;
  }
}

@media(max-width:760px){
  .post-type-archive-solution .pms-sol-archive-card h2{
    font-size:24px!important;
    line-height:1.25!important;
  }
}
