.content-images-wrapper {text-align: center; max-width: 1000px; }
.content-images-richtext { margin-top: 12px; color:#000; font-size:20px; }
.content-images-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; justify-items: center; }
.content-images-item { width: 100%; max-width: 200px; }
.content-images-box { width: 100%; max-width: 200px; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.content-images-box img { width: 100%; height: 100%; object-fit: contain; display: block; }
