/*
 Theme Name: Divi Child
 Template: Divi
 Version: 1.0.0
*/

/* =========================
   MOBILE TYPOGRAPHY FIX
========================= */

@media screen and (max-width: 768px) {

  body {
    font-size: 16px;
    line-height: 1.6;
  }

  p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
  }

  h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  h3 {
    font-size: 22px;
    line-height: 1.35;
  }

  h4 {
    font-size: 20px;
  }

  .section-title {
    font-size: 28px;
  }

  .hero-title {
    font-size: 34px;
    line-height: 1.15;
  }

  .hero-subtitle {
    font-size: 17px;
  }

  .btn,
  button {
    font-size: 16px;
  }

}