.footer-logo{width: 250px;}
.footer-logo a{display: block; width: inherit;}
.footer-logo a img{width: inherit;}

/* Footer links */
.foot-links{margin: 0; padding: 0; list-style: none;}

.foot-links-style-1{display: flex; gap: 20px; flex-direction: column;}
.foot-links-style-1 li{color: var(--light);}
.foot-links-style-1 li a{text-decoration: none; color: inherit; display: block;}
.foot-links-style-1 .active {font-weight: bold;}