.terms-wrapper[data-template='aanbodTypes'] .terms-container {margin:0; justify-content:center; align-items:stretch;}
.terms-wrapper[data-template='aanbodTypes'] .terms-container .single {width:512px; max-width:100%; background:var(--awb-color6); transition:.3s; border-radius:16px; overflow:hidden; padding:32px; display:inline-flex; gap:32px; flex-direction:column;}
.terms-wrapper[data-template='aanbodTypes'] .terms-container .single:hover {transform:scale(1.05)}
.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; color:#fff;}
/* .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:#fff; opacity:.8;}
.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 img {width:100%; height:96px; object-fit:contain; object-position:top left;}

/* --- Mobile --- */
@media (max-width: 1630px) {
  .terms-wrapper[data-template='aanbodTypes'] .terms-container {gap:16px;}
  .terms-wrapper[data-template='aanbodTypes'] .terms-container .single {width:400px; padding:24px;}
  .terms-wrapper[data-template='aanbodTypes'] .terms-container .single .term-content .title {font-size:1.4rem;}
  .terms-wrapper[data-template='aanbodTypes'] .terms-container .single .term-image img {height:72px;}
}

@media (max-width: 800px) {
  .terms-wrapper[data-template='aanbodTypes'] .terms-container .single {width:100%; padding:16px;}
}