.footer {
  background-color: #a8b137;
  color: #000000; 
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}

.footer a {
  color: #000000; 
  text-decoration: none; 
  font-weight: 700; 
}

.footer a:hover {
  color: #ffffff; 
  text-decoration: none;
}

.footer-content {
  max-width: 1200px; 
  margin: 0 auto;
  padding: 0 20px;
}

.footer p a:first-of-type {
  margin-left: 5px; 
}

.footer p a:first-of-type {
  margin-right: 5px; 
}

@media (max-width: 768px) {
  .footer {
    font-size: 12px; 
    padding: 15px 0; 
  }
}
