.footer {
  padding: 20px;
  background-color: #f8f8f8; /* Change as needed */
  font-family: "Roboto", sans-serif; /* Use your preferred font */
  color: #333; /* Change as needed */
}
.footer-container {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  margin: auto;
  text-align: center;
  flex-wrap: wrap;
}
.footer-container h5 {
  margin: 10px auto;
  font-size: 1.6rem;
}
.footer-container li,
.footer-container p {
  font-size: 0.8rem;
  font-weight: 600;
}
.footer-container li a {
  font-weight: 600;
}
.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-logo img {
  max-width: 160px;
  width: 100%;
  height: auto;
  min-width: 120px;
}
.footer-contact a,
.footer-links a {
  color: #333; /* Change as needed */
  text-decoration: none;
}
.footer-about p {
  font-size: 0.9em;
}