/* 119.5 - productgroeptegels direct onder de korte categorietekst */

/*
 * Categorie- en productgroeplandings hebben geen extra tussenkop meer.
 * Houd daarom ook de witruimte tussen de SEO-intro en de eerste tegels beperkt.
 */
.vh-catalog-section--group-landing{
  padding-top:18px;
}

@media (max-width:900px){
  .vh-catalog-section--group-landing{
    padding-top:10px!important;
  }
}

@media (max-width:430px){
  .vh-catalog-section--group-landing{
    padding-top:8px!important;
  }
}
