/* 119.4 - korte categorietekst voor klant en SEO */
.vh-category-seo-intro{
  max-width:860px;
  margin:8px 0 0;
  color:#66788e;
  font-size:clamp(16px,1.15vw,20px);
  line-height:1.55;
}
@media (max-width:900px){
  .vh-page-intro .vh-category-seo-intro{
    margin-top:6px;
    max-width:100%;
    font-size:16px;
    line-height:1.45;
  }
  .vh-page-intro--group-landing .vh-category-seo-intro{
    margin-bottom:0;
  }
}
@media (max-width:430px){
  .vh-page-intro .vh-category-seo-intro{
    font-size:15px;
    line-height:1.42;
  }
}
