.footer-brands{display:flex;gap:30px;padding:35px 0}.footer-brand-logo{align-items:center;background:#fff;border-radius:8px;display:flex;justify-content:center;padding:20px;text-align:center;width:100%}.footer-brand-logo img{filter:grayscale(1);height:auto;max-height:100%;max-width:100%;width:auto}@media (min-width:768px){.footer-brand-logo{height:95px}}.footer-copyright-content{display:flex;gap:1rem}.footer-copyright-text{color:#fff}.footer-copyright-links ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.footer-copyright-links ul li{margin-right:10px;position:relative}.footer-copyright-links ul li a{color:var(--primary-color)}.footer-copyright-links ul li+li:before{color:#fff;content:"|";margin-right:10px}.footer-social-links{display:flex;flex:1;gap:1rem;justify-content:flex-end}.footer-social-link{align-items:center;background:var(--primary-color);border-radius:25px;display:flex;height:25px;justify-content:center;padding:6px;width:25px}.footer-social-link svg{display:block;fill:#fff;height:100%;object-fit:contain;width:100%}@media (max-width:767px){.footer-copyright-content{flex-direction:column}.footer-copyright-links ul,.footer-social-links{justify-content:center}}