<style>
  /* 1. AGGRESSIVE SECTION COMPACTOR: Welds your text block to the orange bar */
  .m-b-h-title {
    margin-top: -50px !important;    /* Increased from -45px to completely erase the top system gap */
    margin-bottom: 15px !important;  /* Retains a clean, uniform separation layer right above your cards */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  /* 2. CARD WRAPPER PROTECTION: Shields the 2x3 row matrix from crowding */
  .m-b-h-wrapper-comb {
    margin-top: 0 !important;        
    padding-top: 0 !important;
    box-sizing: border-box !important;
  }

  /* 3. SEMANTIC CARD TYPOGRAPHY MATRIX: Retains level grid card h2 headers */
  .s-t-c-body-comb h2 {
    font-size: 15px !important; 
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 0 0 10px 0 !important;
    color: #111111 !important;
    text-align: left !important;
  }
</style>