.footer{justify-content:space-between;padding:0 2rem;margin-top:15vh;height:10vh}.footer,.footerLinks,.footerSection{display:flex;flex-direction:row;align-items:center}.footerLinks,.footerSection{gap:2rem;color:var(--text-heading);width:50%;font-size:var(--font-size-lg)}.footerLinks{justify-content:flex-end}.footerSection a{color:var(--link-color);text-decoration:underline}.footerLinks a:hover,.footerSection a:hover{color:var(--link-hover-color)}@media (max-width:768px){.footerSection p{font-size:.75rem}.footerLinks{gap:1rem;width:45%}.footerSection{width:55%}}@media (min-width:820px) and (max-width:1024px){.footer{height:10vh}}