.children-gallery{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;padding:30px}.child-image{border-radius:10px;height:250px;object-fit:cover;width:250px}@media (max-width:768px){.children-gallery{align-items:center;flex-direction:column}}