.frame-type-netwerk_textimage{display:grid;grid-template-areas:"image header ." "image content .";grid-template-columns:36.25rem auto auto;grid-template-rows:auto 1fr;-moz-column-gap:2rem;column-gap:2rem;background-color:rgba(229,228,225,.32);margin-bottom:clamp(2rem,.8rem + 3.2vw,4rem)}.frame-type-netwerk_textimage picture{grid-area:image}.frame-type-netwerk_textimage picture img{height:100%;-o-object-fit:cover;object-fit:cover}.frame-type-netwerk_textimage header,.frame-type-netwerk_textimage .content{margin-top:2rem}.frame-type-netwerk_textimage header{grid-area:header}.frame-type-netwerk_textimage .content{grid-area:content;align-self:flex-start;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;-moz-column-gap:clamp(2rem,.8rem + 3.2vw,4rem);column-gap:clamp(2rem,.8rem + 3.2vw,4rem);margin-bottom:2rem}.frame-type-netwerk_textimage .content p{width:100%}@media(max-width: 1200px){.frame-type-netwerk_textimage{grid-template-areas:"image" "header" "content";grid-template-columns:100%;grid-template-rows:auto}.frame-type-netwerk_textimage header,.frame-type-netwerk_textimage .content{margin-right:2rem;margin-left:2rem}}