.footer-links {
  display: flex;
  justify-content: center;
  padding: 20px;
  gap: 28px;
}
.footer-links .separator {
  color: #976E1F;
}
.footer-links .separator:last-child {
  display: none;
}
.footer-links .footer-link a {
  font-family: Georgia;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #976E1F;
  text-decoration: none;
}

@media screen and (max-width: 767px) { 
  .footer-links {
    gap: 18px;
}
}