/* Use the current homepage illustration family at a consistent scale. */
.about-page .about-values-grid img { width: 160px; height: 160px; padding: 0; object-fit: contain; mix-blend-mode: multiply; }
@media(max-width:768px) {
 .about-page .about-values-grid img { width: 112px; height: 112px; flex-basis: 112px; }
}
.about-page .about-values-grid article { background: #fff9f1; }
