.hero-new h1,
#servicios>h2,
.fit>.wrap>h2,
.demo-heading>h2,
.process-grid>div:first-child>h2,
.budget>h2,
.faq-grid>div:first-child>h2,
.contact>h2{
  text-align:center;
  text-wrap:balance;
  margin-left:auto;
  margin-right:auto;
}

.hero-new h1{
  max-width:12ch;
  line-height:1.03;
}

.hero-new h1 em,
#servicios>h2 em,
.demo-heading>h2 em,
.process-grid>div:first-child>h2 em,
.budget>h2 em,
.contact>h2 em{
  display:inline-block;
  margin-top:.08em;
}

#servicios>h2,
.fit>.wrap>h2,
.demo-heading>h2,
.process-grid>div:first-child>h2,
.budget>h2,
.faq-grid>div:first-child>h2,
.contact>h2{
  max-width:18ch;
  font-size:clamp(38px,4.3vw,61px);
  line-height:1.1;
  letter-spacing:-1.9px;
  margin-bottom:40px;
}

@media(max-width:700px){
  .hero-new h1{
    max-width:10.5ch;
    font-size:clamp(36px,10.2vw,40px);
    line-height:1.08;
    letter-spacing:-1.5px!important;
    margin-bottom:28px;
  }

  #servicios>h2,
  .fit>.wrap>h2,
  .demo-heading>h2,
  .process-grid>div:first-child>h2,
  .budget>h2,
  .faq-grid>div:first-child>h2,
  .contact>h2{
    max-width:16ch;
    font-size:clamp(34px,9.5vw,38px);
    line-height:1.12;
    letter-spacing:-1.25px;
    margin-bottom:32px;
  }
}
