@import url('index.css');.about-gallery{display:grid;grid-template-columns:1fr 1fr;gap:18px}.about-gallery img:first-child{grid-column:1/-1;height:300px}.about-gallery img{height:240px;width:100%;object-fit:cover}.value-grid article{padding:30px}.value-grid h3{margin:0 0 10px;font-size:1.4rem}.value-grid p{color:var(--muted);margin:0}@media(max-width:760px){.about-gallery{grid-template-columns:1fr}.about-gallery img:first-child{grid-column:auto}}