<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:         Theme Client
Theme URI:          
Description:        
Version:            0.0.3
Author:             
Author URI:         
Text Domain:        theme
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       8.0
Requires at least:  5.9
*/
body section.first_section {
  padding-top: 150px !important;
}

@media (max-width: 900px) {
  body section.first_section {
    padding-top: 100px !important;
  }

  body * {
    line-height: 1.3 !important;
  }

  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    line-height: 1.2 !important;
  }
}

@media (max-width: 575px) {

  .tamano5,
  .tamano6,
  .tamano7,
  .tamano6-boldcta,
  .tamano-7-mediumcta {
    font-size: max(15px) !important;
  }

  .tamano1,
  .tamano2 {
    font-size: max(27px) !important;
  }
}</pre></body></html>