.container-tegels {
display:none;
}
	  @media only screen and (min-width: 1025px) {
.cat-content .container-tegels {
display:flex !important;
}
}
.paragraaf-tekst img {width:100%;border-radius:40px;height:auto;}