.footer {
  padding: 60px 50px;
  background-color: #ede8e5;
  border-top: 2px solid#414141;
}
.footer .copy {
  font-size: 18px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a {
  color: #000;
  text-decoration: none !important;
  font-family: var(--inter);
  font-size: 18px;
}
.footer-links .active {
  font-weight: 600;
  font-size: 24px !important;
}
.social-links {
  display: flex;
  flex-direction: column;
}
.social-links a {
  font-size: 50px;
  color: #000;
}

@media screen and (max-width:600px){
  .social-links{
    flex-direction: row;
  }
  
  .footer-links .active {
  font-weight: 600;
  font-size: 18px !important;
}
}
