/*
Theme Name:   Kadence Child
Theme URI:    https://pinkpilatesclub.com
Description:  Kadence child theme for Pink Pilates Club. Adds the single-pilates-studios.php template and brand customisations.
Author:       Pink Pilates Club
Template:     kadence
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kadence-child
*/

@media (max-width: 768px) {
  .ppc-story p,
  .ppc-story .cta-desc,
  .ppc-story .stat-desc,
  .ppc-story .value-card p {
    font-size: 19px !important;
    line-height: 1.9 !important;
  }
  .ppc-story .section-label {
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  .ppc-story p,
  .ppc-story .cta-desc,
  .ppc-story .stat-desc,
  .ppc-story .value-card p {
    font-size: 18px !important;
    line-height: 1.85 !important;
  }
}