/* extra css test voor upgrade afdelingswebsites 26-6-2025 Ton K */
@media screen and (min-width: 1370px){
div.homepage-blogs h2 {
  visibility: hidden;
  margin-top: -64px;
}
}

@media screen and (max-width: 1370px){
div.homepage-blogs h2 {
  visibility: hidden;
  margin-top: -44px;
 }
}
