.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-social a {
  color: #b8cccf;
  text-decoration: none;
}

.footer-social a:hover {
  color: #fff;
}
