/* DEVARTIVA HOME TARJETAS COMPACTAS FASE3I */
@media (min-width:1200px){
  .dev-home-v17 #mas-servicios .grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:16px;
  }
}
.dev-home-v17 #mas-servicios article{
  padding:20px;
  min-height:100%;
}
.dev-home-v17 #mas-servicios article img{
  height:118px !important;
  margin-bottom:12px !important;
  border-radius:8px !important;
}
.dev-home-v17 #mas-servicios article h3{
  font-size:18px;
  line-height:1.18;
  margin-bottom:8px;
}
.dev-home-v17 #mas-servicios article p{
  font-size:14px;
  line-height:1.5;
  margin-bottom:14px;
}
.dev-home-v17 #mas-servicios article .text-link{
  font-size:13px;
}
.dev-home-v17 #mas-servicios article .tag{
  font-size:10px;
}
@media (min-width:760px) and (max-width:1199px){
  .dev-home-v17 #mas-servicios .grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
  }
}
@media (max-width:759px){
  .dev-home-v17 #mas-servicios .grid{
    grid-template-columns:1fr;
  }
  .dev-home-v17 #mas-servicios article img{
    height:150px !important;
  }
}
