.vw_nieuws_feed{background-color:#fff;padding:30px 25px}.vw_nieuws_feed .wrapper{max-width:1200px;margin:0 auto}.vw_nieuws_feed .wrapper h2{margin-bottom:30px}.vw_nieuws_feed .wrapper .grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;align-items:stretch}@media(max-width: 768px){.vw_nieuws_feed .wrapper .grid{grid-template-columns:repeat(1, 1fr)}}.vw_nieuws_feed .wrapper .grid .item>a{background:#fff;display:flex;flex-direction:column;box-shadow:0px 2px 4px 0px rgba(0,0,0,.21);text-decoration:none;color:inherit;height:100%}.vw_nieuws_feed .wrapper .grid .item img{width:100%;height:100%;max-height:350px;-o-object-fit:cover;object-fit:cover;display:block}.vw_nieuws_feed .wrapper .grid .item .text{padding:20px;margin:0;display:flex;flex-direction:column;gap:10px}.vw_nieuws_feed .wrapper .grid .item .text span{font-weight:bold}.vw_nieuws_feed .wrapper .grid .item .text h2{font-size:1.2rem}