.dierenlotsteun{display:flex;align-items:center;justify-content:space-between;gap:30px;margin:28px 0;padding:24px 30px;background:#fff;border:1px solid var(--rand);border-radius:16px}
.dierenlotsteun h2{margin:7px 0 8px}.dierenlotsteun p{margin:0;max-width:720px}
.dierenlotsteun>a{display:flex;align-items:center;gap:13px;min-width:220px;color:var(--groen-donker);font-weight:750;text-decoration:none}
.dierenlotsteun img{width:105px;height:105px;object-fit:contain;flex:0 0 105px}
body[data-thema="donker"] .dierenlotsteun{background:#17352b;color:#f3faf5;border-color:#527264}
body[data-thema="donker"] .dierenlotsteun h2,body[data-thema="donker"] .dierenlotsteun>a{color:#fff}
body[data-thema="contrast"] .dierenlotsteun{border-width:3px}
@media(max-width:700px){.dierenlotsteun{align-items:flex-start;flex-direction:column;padding:20px}.dierenlotsteun>a{min-width:0}.dierenlotsteun img{width:90px;height:90px;flex-basis:90px}}
