/*
 Theme Name:   Divi Child
 Theme URI:    https://example.com
 Description:  Child theme for Divi
 Author:       Randy Zeitman
 Template:     Divi
 Version:      1.0.0
*/

@media (max-width: 767px) {
  h1 {
    font-size:34px!important;
  }
}

  p {
    font-size:24px!important;
  }
