footer{background-color: rgb(27, 27, 27); color: white; padding: 20px;
display: flex; justify-content: space-between; width: 100%;}
.footer-brief{width: 600px;}
.footer-brief-logo{width: 200px;}
.footer-brief-logo img{width: inherit;}

.footer-socials{display: flex;}
.footer-socials ul{list-style: none; display: flex;}
.footer-socials ul li{margin-right: 20px;}
.footer-nav{display: flex; gap: 10px;}

.footer-nav ul{list-style: none; cursor: pointer;}
.footer-nav ul li{margin-bottom: 10px;}
.footer-nav ul li a{text-decoration: none; color: white;}
.footer-nav ul li:hover{font-weight: bold; a{color: var(--secondary-col);}}

@media  screen and (max-width:700px) {
    .footer-brief{width: 100%;}
}