.terms-wrapper[data-template='aanbodTypes'] .terms-container {margin:0;}
.terms-wrapper[data-template='aanbodTypes'] .terms-container .single {width:512px; max-width:100%; background:#fff; border-radius:16px; overflow:hidden; padding:32px; display:inline-flex; gap:32px; flex-direction:column;}
.terms-wrapper[data-template='aanbodTypes'] .terms-container .single .term-content {display:flex; flex-direction:column; gap:16px;}
.terms-wrapper[data-template='aanbodTypes'] .terms-container .single .term-content .title {position:relative; margin:0; font-size:1.8rem; padding-bottom:16px;}
.terms-wrapper[data-template='aanbodTypes'] .terms-container .single .term-content .title:after {content:''; display:block; width:160px; height:8px; background:url(../media/DividerTitle.svg) no-repeat left center; background-size:cover; position:absolute; bottom:0;}
.terms-wrapper[data-template='aanbodTypes'] .terms-container .single .term-content .content {color:#606060;}
.terms-wrapper[data-template='aanbodTypes'] .terms-container .single .term-image {width:100%; max-width:320px;}

/* .terms-wrapper[data-template='aanbodTypes'] .terms-container .single .term-image {width:100%; height:256px; overflow:hidden;}
.terms-wrapper[data-template='aanbodTypes'] .terms-container .single .term-image img {width:100%; height:100%; object-fit:cover; transition:.3s;}
.terms-wrapper[data-template='aanbodTypes'] .terms-container .single:hover .term-image img {transform:scale(1.1);} */

/* .terms-wrapper[data-template='aanbodTypes'] .terms-container .single .term-image {background:linear-gradient(to top, #fff 0%, transparent 50%); display:flex; align-items:flex-end; justify-content:center;}
.terms-wrapper[data-template='aanbodTypes'] .terms-container .single .term-image img {width:88%; height:240px; object-fit:contain; object-position:center bottom; z-index:2; transition:transform .3s;}
.terms-wrapper[data-template='aanbodTypes'] .terms-container .single:hover .term-image img {transform:scale(1.05);} */