/* DEVARTIVA - COMO TRABAJAMOS COMPACTO FASE1 */
@media (min-width: 901px){
  body .process{
    padding-top:58px!important;
    padding-bottom:58px!important;
  }
  body .process .wrap{
    max-width:1420px!important;
  }
  body .process h2{
    margin-top:10px!important;
    margin-bottom:34px!important;
    font-size:clamp(2rem,2.6vw,3rem)!important;
    line-height:1.08!important;
  }
  body .process .steps{
    gap:34px!important;
  }
  body .process .steps > div{
    padding-top:0!important;
    padding-bottom:0!important;
  }
  body .process .steps h3{
    margin-top:13px!important;
    margin-bottom:9px!important;
  }
  body .process .steps p{
    margin-bottom:0!important;
    max-width:270px!important;
  }
}
@media (max-width:900px){
  body .process{
    padding-top:48px!important;
    padding-bottom:48px!important;
  }
  body .process h2{
    margin-bottom:30px!important;
  }
}
