.child-pages-grid {
    display: flex; 
    flex-wrap: wrap; 
    gap: 20px;
}

.card a:hover h5 {
   color: var(--theme-palette-color-2);
}