/* V134 — ajuste do tamanho das fontes nos cards de serviços */

/* Home / vitrine de serviços */
.hqt-service-card-v109 h3{
  font-size:clamp(20px,1.75vw,31px)!important;
  line-height:1.08!important;
  letter-spacing:-0.038em!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}

.hqt-service-card-v109 p{
  font-size:12px!important;
  line-height:1.55!important;
}

.hqt-service-card-v109 .hqt-service-tags-v109 span{
  font-size:10px!important;
}

.hqt-service-card-v109 > a{
  font-size:11px!important;
}

@media (max-width: 1200px){
  .hqt-service-card-v109 h3{
    font-size:clamp(19px,1.9vw,28px)!important;
  }
}

@media (max-width: 900px){
  .hqt-service-card-v109 h3{
    font-size:clamp(20px,6vw,28px)!important;
    line-height:1.1!important;
  }
}
