/* Target the membership level heading */
.pmpro_level_name_text {
  font-size: 32px; /* Set the desired font size */
  color: #606060; /* Set the text color to dark grey */
  margin-top: 25px; /* Set the top margin (adjust as needed) */
  margin-bottom: 25px; /* Set the bottom margin (adjust as needed) */
}

/* Hide the Membership Information heading on the PMPro checkout page */
.pmpro_card_title.pmpro_font-large {
    display: none;
}
