/* ============================================================
   C.H DU CORTE v0.9.2-R2 — PROFESSIONAL HEADING HIERARCHY
   Escopo: somente o titulo da Etapa 2.
   ============================================================ */

.v04-view[data-step="2"] .v04-section-head h2{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  font-size:30px!important;
  line-height:1.08!important;
}

.v04-view[data-step="2"] .v051-heading-icon{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  min-height:30px!important;
  flex:0 0 30px!important;
  display:inline-grid!important;
  place-items:center!important;
  margin:0!important;
  transform:none!important;
}

.v04-view[data-step="2"] .v051-heading-icon svg{
  width:28px!important;
  height:28px!important;
  stroke-width:2.2!important;
}

@media(max-width:760px){
  .v04-view[data-step="2"] .v04-section-head h2{
    gap:10px!important;
    font-size:27px!important;
  }

  .v04-view[data-step="2"] .v051-heading-icon{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    min-height:28px!important;
    flex-basis:28px!important;
  }

  .v04-view[data-step="2"] .v051-heading-icon svg{
    width:26px!important;
    height:26px!important;
  }
}

@media(max-width:430px){
  .v04-view[data-step="2"] .v04-section-head h2{
    gap:9px!important;
    font-size:24px!important;
    line-height:1.1!important;
  }

  .v04-view[data-step="2"] .v051-heading-icon{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    min-height:26px!important;
    flex-basis:26px!important;
  }

  .v04-view[data-step="2"] .v051-heading-icon svg{
    width:24px!important;
    height:24px!important;
  }
}
