/* ==== GLOBAL PAGE ==== */

/* Main page heading section */

/* Responsive Tweaks for Mobile */

@media only screen and (max-width: 767px) {
  .hp-page-heading-section {
    background-color: #2ea3f2 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 49px !important; /* matches original container height */
  }

  .hp-page-heading-section-row-text,
  .hp-page-heading-section-row-text .et_pb_text_inner {
    font-size: 20px !important;
    line-height: 24px !important;
    height: 24px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
  }
}
