footer {
  width: 100%;
  padding: 8rem 0 5rem 0;
  text-align: center;
  background-color: var(--dark-blue);
  color: var(--light-blue);
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: 1.5rem;
}

.footer-hours,
.footer-address,
.footer-lastly {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

img#footer-logo {
  width: 300px;
  height: 220px;
}

a.map-link {
  color: var(--primary-blue);
  font-weight: 600;
  text-decoration: underline;
}
a.map-link:hover {
  color: var(--white);
}
