/* Fix for the pricing subtitle alignment */

.pricing-subtitle {
  text-align: center !important;
  width: 100% !important;
  display: block !important;
  margin: 0 auto 20px !important;
  max-width: 800px !important;
}

/* Add this as a more specific selector to ensure it applies */
.pricing .container .pricing-subtitle {
  text-align: center !important;
}

/* Make sure the container is not interfering */
.pricing .container {
  text-align: center !important;
}
