.xxvThemeFooter{background-color:var(--lightgray);padding:3rem 0}.xxvThemeFooter .footerInner{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);justify-content:space-evenly}.xxvThemeFooter .footerInner .col{align-items:flex-start;display:flex;flex-direction:column;gap:1rem}@media (max-width:1010px){.xxvThemeFooter .footerInner{gap:2.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:730px){.xxvThemeFooter .footerInner{grid-template-columns:repeat(1,1fr)}}