#footer .footer-navigation {
  margin-bottom: 40px;
}

#footer h3 {
  color: #039ddf;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
}

#footer p {
  margin: 5px 0;
}

#footer p a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

#footer p a:hover {
  color: #039ddf;
}

#footer .footer-logos > div:not(:first-child) {
  margin-top: 15px;
}

#footer .footer-logos img.logo {
  max-width: 120px;
}
