.footer__business {
  background-color: #f8f8f8;
  padding: 2rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  color: #333;
}

.footer__business h3 {
  color: blue;
  margin-bottom: 1rem;
}

.footer__business a {
  color: blue;
}

.footer__business address {
  font-style: normal;
  margin: 1rem 0;
}

.footer__business p {
  margin-bottom: 0.5rem;
}

.footer__copyright a {
  color: #1a5490 !important; /* Darker blue for better contrast */
  text-decoration: underline; /* Ensures links are distinguishable even without color */
}

.footer__copyright a:hover {
  color: #0d47a1 !important;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}
