
/* V60: only the three requested homepage refinements */
@media (min-width: 1100px){
  #opbrengst h2{
    max-width:none !important;
    white-space:nowrap !important;
    font-size:clamp(34px,3vw,43px) !important;
    line-height:1.04 !important;
    margin-bottom:14px !important;
  }
  #opbrengst .section-card{
    padding-top:14px !important;
  }
}
